Page 2 of the how-to archive.

Upgrade wp_list_categories() to wp_nav_menu()

Posted by The Doctor on Jul 20, 2010 with 6 Comments | Short Link
in Functions
as , , ,

In this third installment in the upgrade to wp_nav_menu() series of posts, I will be dealing with moving from wp_list_categories() to wp_nav_menu(). Let’s start with the same basic outline and list the default options for each function. We will start with wp_nav_menu() 1 first: We follow with wp_list_categories() 2, 3 which is often wrapped in [...]

Upgrade wp_list_pages() to wp_nav_menu()

Posted by The Doctor on Jul 16, 2010 with 1 Comment | Short Link
in Functions
as , , ,

A few options to address and with possibly a minor edit to the theme, you can upgrade wp_list_pages() easily to wp_nav_menu() in your theme.

Upgrade wp_page_menu() to wp_nav_menu()

Posted by The Doctor on Jul 12, 2010 with 11 Comments | Short Link
Last modified by The Doctor on July 25, 2010
in Functions
as , , ,

Upgrading from wp_page_menu() to wp_nav_menu() may be as easy as a simple find and replace operation.

Strike Through Text

Posted by The Doctor on Apr 15, 2010 with No Comments | Short Link
in Tips
as , , , ,

How to create a strike-through text effect with an HTML tag or CSS.

No Widget Area …

Posted by The Doctor on Jan 8, 2010 with 1 Comment | Short Link
Last modified by The Doctor on March 17, 2010
in Functions
as , , ,

Making a template tag for standard plugins using the built-in WordPress function the_widget().

Plugin Installation

Posted by The Doctor on Dec 30, 2009 with 19 Comments | Short Link
Last modified by The Doctor on March 17, 2010
in Tips
as , , , ,

Installing a WordPress plugin with step-by-step instructions and pictures.

dot-dot-dot

Posted by The Doctor on Nov 27, 2009 with No Comments | Short Link
Last modified by The Doctor on January 25, 2010
in Tips
as ,

How to show an ellipsis when the font-family does not … use the HTML entity reference, or the numeric character reference.