Green Tea – Free WordPress Theme

Today’s free WordPress theme is designed by Roshan of CSSHeaven.org (you might know him from his RamblingSoul themes). I ported the static template to WordPress and packed it with WordPress 3.0-specific features, including custom menus, headers, and backgrounds. More on that below.

Green Tea screenshot

Download

Read More

15

Jun

2011

Remove Unnecessary Code from wp_head

WordPress includes a lot of stuff through the wp_head() hook included in most themes. Most of this stuff I would consider unnecessary. A few lines of extra code in your header probably won’t slow your site down that much, but I like to keep things as clean and efficient as possible.

In this quick tip post, I’ll go over how to remove the following from being output through the wp_head hook.

  • Really Simple Discovery (RSD) link
  • Windows Live Writer link
  • WordPress generator notice
  • Post relational links

Read on for the description of each of these to see if you need them or not, and how to remove them.

Read More

15

Jun

2011

How To Spell WordPress

I launched a site called WPCamelCase to help people learn how to spell WordPress. This is something I’ve tried to passively promote on this site by spelling every instance of “WordPress” with a capital P.

The Spelling

WordPress is spelled in a CamelCase form. If you notice on any official WordPress websites, it is always spelled with a capital P, although as far as I know there is no real explanation as to . The most common misspellings are “WordPress” or “Word Press.”

Being in the community for a while, I personally cringe if I see it misspelled, and I’m sure the creators of WordPress do too, which is why a patch was introduced in WordPress 3.0 to automatically correct the lowercase P misspelling to an uppecase one, much to the opposition of certain members of the WordPress community.

Read More

15

Jun

2011

12