One of the simplest security precautions that I have seen so far (and used ever since I first read about it) is changing the $table_prefix in the config.php file.
Normally it’s …
One of the simplest security precautions that I have seen so far (and used ever since I first read about it) is changing the $table_prefix in the config.php file.
Normally it’s …
Today I wrote and released a new plugin/widget that shows up on a blog’s sidebar, allow the user to click on and view any author’s RSS feed.
It’s free to use, …
This is useful if you are running a site where you don’t want users to set the ‘sticky’ option on posts they write. Firstly you add this line to your …
Another little code snippet that you might find useful. This removes the ‘category’ meta box on post/page editing pages.
First of all you need to use an add_action() to hook into …
An interesting little snippet here, especially if you have a lot of users. Perhaps you want each user to post into their own category, one named after them? This will …
A small project I’ve been working on demanded some specific functionality, namely that the user role of any member on the site be upgraded to at least ‘contributor’ level. When …
Another useful little gem that I had to find out how to do, thought I’d share it. This details how to add the simple function of adding comment counts to …
If you have a password protected post, and you need to say something inside the post about it, then this is the bit of code you need. This overrides the …
This was first posted by myself at Webpacks.
This post deals with using body_class() to add a class to the body tag to specify IE9 or IE8.
Sometimes it is …
Recently I installed and updated (moderate modifications from the standard version) the News Print wordpress theme on a professional therapist’s site. This can be found at …
Onyx WordPress Theme