Skip to main content

Home/ TLT Wordpress/ Group items tagged theme

Rss Feed Group items tagged

bkozlek

PhotoQ WordPress Photoblog Plugin - 0 views

  •  
    PhotoQ was designed to automate and simplify your photo posting process as much as possible. It takes away the hassle of browsing uploaded image files and embedding them into posts: You simply upload your photo to the queue and enter desired information about the photo. PhotoQ then automatically generates the post based on this information. PhotoQ is also able to automatically generate custom field content required by your theme: Gone are the days when you had to remember special post formatting instructions when publishing your photo posts. PhotoQ is compatible with virtually any WordPress theme. For your convenience it comes already bundled with configuration presets for some of the more popular photo centric themes.
bkozlek

Academica Education WordPress Theme - WPZOOM - 0 views

  •  
    nice theme for a university/college/department website
bkozlek

Derek Powazek - DePo Skinny Theme for WordPress - 1 views

shared by bkozlek on 09 Apr 11 - Cached
  •  
    Nice minimal theme
bkozlek

lynda.com search results for wordpress - 0 views

  •  
    Lynda.com has tutorials on wordpress. In addition to general training, it has training on creating custom themes and plugins. Enter through the PSU page to get access to all the tutorials: http://its.psu.edu/training/lynda/
bkozlek

Twenty Eleven Post Formats - What Are They and Why Should I Care? - 0 views

  •  
    explanation of the post types in wordpress's new default theme, twenty eleven.
Cole Camplese

WordPress Optimization | W3 Total Cache | W3 EDGE | Boston, MA - 0 views

  • The fastest and most complete WordPress performance optimization plugin. Trusted by many popular blogs like: mashable.com, pearsonified.com, noupe.com, webdesignerdepot.com, freelanceswitch.com, briansolis.com, tutsplus.com, yoast.com, css3.info and others — W3 Total Cache improves the user experience of your blog by improving your server performance, caching every aspect of your site, reducing the download time of your theme and providing transparent content delivery network (CDN) integration.
  •  
    I just played around with this. It doesn't look like it will work out of the box for our set up. 1) It cannot be activated site-wide. Each blog owner has to active and configure it his or her self for their blog. 2) It appears that for each blog created on the system, changes to htaccess file are necessary. alternatively, I tried wp-supercache and it is quite amazing. It is making a totally static version of the site for pages without dynamic content.
bkozlek

BuddyPress.org | Community/groups | How-To and Troubleshooting | Forum - 0 views

  • <?php /* Plugin Name: remove buddypress login form * Description: remove buddypress login form * Author: PerS * Version: 1.0 * Author URI: http://soderlind.no/ * Plugin URI: http://soderlind.no/ */ add_action('bp_before_sidebar_login_form', 'ps_before_sidebar_login_form'); function ps_before_sidebar_login_form() { ob_start(); } add_action('bp_after_sidebar_login_form', 'ps_after_sidebar_login_form'); function ps_after_sidebar_login_form() { ob_end_clean(); } ?>
  •  
    a simple bit of plugin code to hide the login form on the sidebar of buddypress. 
1 - 8 of 8
Showing 20 items per page