I've recently created a WordPress plugin to list feeds by category that I thought I'd share with the world. Basically, rather than having only one feed url that shows all of your posts, this plugin allows people to subscribe to only the categories they want to receive updates from via RSS. The code is based off of old WordPress core code for list_cats function. You can see an example of it in the sidebar here: http://www.ben-huddleston.com/. More info after the jump.
Archive for the ‘WordPress’ Category
RS Category Feeds WordPress Plugin
Tuesday, October 2nd, 2007Ad In Content WordPress Plugin (Beta)
Thursday, August 2nd, 2007I’ve developed a WordPress Plugin that allows an author to insert ads within content of their posts. You could really use it to insert whatever code you wanted within your posts. NOTE: this is a beta plugin and I have not done extensive testing with it. Use at your own risk. Has been tested only on WordPress 2.2.1. It’s my first WordPress plugin so go easy on me. ![]()
(more…)
User only/protected pages in WordPress
Thursday, April 5th, 2007Here is some fairly simple code for restricting pages only to logged in users in WordPress. Just give me the code | (more…)