This tutorial shows you how to use a different template via get_template_part() for parent and child terms of a post. You could make this work for custom post types or custom taxonomies too, but in my case it was just regular posts and categories. The site has a category called "Recipes", and a bunch of child categories like "Beef", "Poultry", "Breakfast", etc... The recipe index needed one template, while all child terms needed to share another template. Thankfully, after some googling … [Read more...]
Remove The Comma Between Categories And Tags In Genesis
I often like to style my category and/or tag list differently then just a comma separated list (see the bottom of this post for an example). I've always done a bit of hacking using the_tags or the_category, which is okay... but not the fast, simple, and Genesis (affiliate link) way. The Genesis Way Enter Genesis Shortcodes. There is simple code already available on customizing the meta. Below is a gist from Brian Gardner: Notice the "post_categories" & "post_tags" shortcodes in … [Read more...]