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, …
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 …
Onyx WordPress Theme