Tag Archives: wordpress tips
How To: Add A Link Twitter To Your WordPress Blog
Twitter is all the rage these days and it does not look like it will go anywhere anytime soon. However, it often surprises me that a lot of WordPress blog owners do not offer a convenient way for readers to retweet their content. Anyone can get a WordPress plugin for Twitter Twitter their new content [...]...
Displaying wordPress categories without children
If you want to display your categories somewhere and would like to remove the children. here is the code you will need (for WordPress 2.5+): <?php wp_list_categories('title_li=&depth=1&show_count=1') ?> The depth=1 is the important one for the purpose of this hack as it is what tells WordPress not to display more than your parent categories. By [...]...
