All posts in WordPress

wordpress-howdy-text
Latest
April 13, 2012, No comments

Who says “Howdy”? Nobody other than your WordPress admin. Here is how to change the howdy text in WordPress 3.3 and up.

wordpress-multiple-menus

How to Register Multiple Custom Menus in WordPress

April 12, 2012, No comments

WordPress custom menus are one of the best features released within the last few years by the WordPress team. But what if you need to add multiple men ...

wordpress-dummy-content

Post filler text if the_content is empty WordPress

February 21, 2012, No comments

Coding a WordPress theme the other day I realized it would be nice if blank pages had filler content until somebody posted content to the page. This h ...

wordpress-3.3

WordPress 3.3 “Sonny” Released Improved User Experience

December 13, 2011, No comments

WordPress 3.3 “named ‘Sonny’ in honor of the great jazz saxophonist Sonny Stitt” has just been released. The most noticeable i ...

  • http-error-403-2
    Fix HTTP Error 403.14 – Forbidden WordPress
    June 28, 2011, No comments

    Don't worry if you run into the following error while installing WordPress on a server: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.. , the fix is simple enough.

  • wordpress-page-id
    Add class with page id to body tag WordPress
    June 24, 2011, No comments

    If you're working in WordPress you will most likely come across a need to target one specific page with CSS. Since every page in WordPress has a unique ID it's a great idea to dynamically add the page ID to the body tag as a class. This way ...

  • wordpress-excerpt
    Change excerpt length in WordPress
    June 23, 2011, No comments

    By default a WordPress excerpt is 55 words long. There may be case where you desire a different length for your excerpt. This is easy enough to change, I'll show you how.

  • cowboy
    Change Howdy Text in WordPress Admin
    June 21, 2011, No comments

    Ever wonder how to replace that cheesy 'Howdy' text that shows up in the WordPress admin? It's actually rather easy to replace, and is one of the main things I do on every WordPress install now.

  • wordpess
    Post content from another page WordPress
    May 26, 2011, No comments

    Ever have the need to post the content from one page onto another page in WordPress? Here's a quick piece of code you can use in your WordPress template to pull the content by page-id and post it onto another page.