Skip to content

Tag Archives: WordPress

Quick Tip: Using Wordpress Slug-based Category Templates

If you create custom themes for Wordpress, chances are you’ve already used category templates in the past. They usually look like this:
category-x.php
where x corresponds to the ID number of the category, and are extremely useful if you want to give …

Checking Blog Privacy Settings

As a result of last nights post, I dove in and added a check to my Robots Meta plugin that checks whether you’re allowing search engines to spider your site.If not, it’ll throw an ugly warning on each and every page until you fix it:The code for it is …