Category Archives: WordPress

Tips and tutorial on WordPress.

WordPress 2.8 now in beta 2

WordPress 2.8 beta 2 download. Continue reading

Posted in WordPress | Tagged , , | Leave a comment

Disable automatic feed links in header for WordPress 2.8

How to disable automatic feed or comment feed links, in WordPress 2.8. Continue reading

Posted in WordPress | Tagged , , , | Leave a comment

WordPress 2.8 new Theme Installer routines

WordPress 2.8 Theme Installer routines. Continue reading

Posted in WordPress | Leave a comment

Create horizontal categories menu in WordPress without CSS

To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace(‘<br />’,’ | ‘, wp_list_categories(‘style=&echo=0&title_li=’)); ?> If you are new here, you might want to subscribe to the RSS feed or newsletter. … Continue reading

Posted in WordPress | Tagged , , , | 1 Comment

How to display the number of comments in WordPress

To display the total number of comments, Trackbacks, and Pingbacks for a post, use comments_popup_link or comments_number tags. These tag must be within The Loop. In index.php or archive.php Use comments_popup_link. Will not work if in a page or single … Continue reading

Posted in WordPress | Tagged , , , , , , | Leave a comment