Skip to content

Tag Archives: Code

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 …