WordPress Hacks, Tips, Tutorials from the last decade.
- 
How To Highlight A Slogan In WordPressIn this example I’m talking about how to display a specific company slogan in a certain color. This slogan is found in the header and content. Of course my client doesn’t want to put in span class=”foo” every time. This is what it should look like: 
- 
Determine Path To Plugin and Content DirectoriesIf you like to write a Plugin and you want to keep it downward compatible, then check beforehand the constants, because since WordPress version 2.6 you can rename the folder wp-content and this will also change the path to the Plugin folder. Just a few lines of code are enough and you can work with… 
- 
iGoogle Gadget for your BlogSince my wife uses her own computer and explores all the possibilities, I got a lot questions and found some interesting tools because of her. One of them is iGoogle. Experimenting with it makes every newbie happy and it is very easy to configure. I came to the idea to offer the blog as a… 
- 
Comment Pagination And Reply Depth In WordPress 2.7I checked out the current Trunk of WordPress 2.7. At first glance I noticed some cool features in the comment management.