WordPress No Plugin Policy

I generally ensure that a site runs as few plugins as possible. Generally: No. of plugins       Rating 0-5                           5-star 5-10                         4-star 10-15               […]

WordPress Tutorial: Update all posts at once

WordPress only allows you to update certain fields (like author, status, tags) for several posts at once from the admin section of your site. What do you do though if you’d like to update fields the WordPress admin section won’t allow you to? What happens if, for example, you’d like to change the post titles […]

How to alter WordPress default comments widget

WordPress ships with a nifty widget to show your most recent comments. There are a number of ways to modify it Use a plugin and change everything Copy the widget code from wp-includes/default-widgets.php into your theme’s functions.php and tinker away Use the widget_comments_args filter I’m not big on plugins. Option 3 is pretty clean and light and […]