Page 2 of the WordPress archive.

WordPress Christmas

Posted by The Doctor on Dec 22, 2010 with 1 Comment | Short Link
in Tips
as , ,

Merry Christmas 2010!

How to Create a Pokersite on WordPress

Posted by Jonas Adamson on Dec 16, 2010 with 1 Comment | Short Link
Last modified by The Doctor on December 17, 2010
in Contributed
as

WordPress isn’t just great software for keeping and maintaining a personal blog but can also be a powerful tool for building and maintaining poker websites as well, whether they’re strategy guides, reviews of the best online poker sites, or forums. WordPress is open-source software so it’s not only free but thousands of developers have created [...]

Extend the WordPress Menu

Posted by The Doctor on Oct 7, 2010 with 22 Comments | Short Link
Last modified by The Doctor on October 12, 2010
in Tips
as , , , , , , ,

Expand the wp_nav_menu() function by adding menu items to the output with the add_filter() function.

the_widget() as a Shortcode Base

Posted by The Doctor on Sep 21, 2010 with No Comments | Short Link
in Functions
as , , ,

This post will further expand on the possible uses of the_widget() as the basis of the code you can use to create a shortcode for a WordPress sidebar widget.

Add the_shortlink()

Posted by The Doctor on Jul 22, 2010 with No Comments | Short Link
Last modified by The Doctor on September 9, 2010
in Functions
as ,

I believe there are many reasons for themes to use this function or add it to your WordPress web site. I will briefly discuss a couple of the ones that come to mind. Note, if you are using the default permalink structure this may not be for you as the_shortlink() creates a URL that looks [...]

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.

Modified Post Function

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

A simple function to show who modified a post last and when in WordPress versions 3.0 and greater.

WordPress 3.0 Navigation Menu Styles

Posted by The Doctor on Mar 17, 2010 with No Comments | Short Link
Last modified by The Doctor on April 15, 2010
in Functions, Tips
as , , , , ,

A list of WordPress version 3.0 Navigation Menu default widget, and wp_nav_menu() function, generated CSS style elements.