With the implementation of the add_metadata function in WordPress 2.9, a developer can add any metadata that s/he may desire. This tutorial will teach you how to add metadata for terms by walking you through an example of adding an image url as metadata for “category” terms.


View full post on WordPress Tutorials
Tag clouds accomplish their varied font sizes by applying inline styling to each tag. The resulting font sizes can be really weird like style=’font-size:29.3947354754px;’. There is nothing inherently wrong about that, but it feels a bit unsettling and less controllable


View full post on WordPress Tutorials
There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.


View full post on WordPress Tutorials
I had the situation come up where I need a password-protected post in WordPress. Of course that is super easy in WordPress, you can set up a password for it right in the “Publish” box before publishing. But by default, WordPress appends “Protected: ” to the front of the post title, before and after the [...]


View full post on WordPress Tutorials
Up until the release of WordPress 2.9, setting up “post-image” support for your blog was a bit more tedious a task than it really needed to be. Luckily, that’s no longer an issue. I’ll show you how to get setup in this four minute video quick tip.


View full post on WordPress Tutorials
These are the easiest security tips that you could implement on any WordPress website.


View full post on WordPress Tutorials
WordPress is arguably the most popular and the best blogging platform out there. You might have installed WordPress on your site, but you might be scared to experiment with WordPress worrying that you could break your site and WordPress.


View full post on WordPress Tutorials
There’s no point in hacking around with the WordPress core code. You still see people doing it sometimes and happily showing off their results, but it just isn’t a good idea. Nobody else can use it without making the same hack(s), which aren’t carried through an automatic update anyway.


View full post on WordPress Tutorials