This article shows how entry meta (or post info) in the entry header can be removed for specific post types in all views (singular and archives) in Genesis. Before: After: Here’s How: Add the following in child theme’s functions.php: Enter the post type(s) for which post info should not be output in this line: For […]
entry meta
How to exclude specific tags from Entry Meta in Genesis
In the members-only forum a user asked: There are a number of guides for doing this with categories in Genesis with functions.php code, but I’ve yet to come across one that works with specific tags instead of categories. The usage scenario is this: I have some specific tags I use for administrative purposes (eg. featured) […]
Unlinked post taxonomy terms list in Genesis
Genesis has a handy shortcode called Filed Under: Genesis, Premium Content which displays comma separated linked terms of the specified taxonomy with category as the default taxonomy. Ex.: Let’s say you have a portfolio Custom Post Type with an associated taxonomy called portfolio_category. To display all the portfolio categories (linked to their corresponding taxonomy archives) […]
How to customize Entry Meta conditionally in Genesis
In this article I share sample code that answers Anybody know how to change #genesiswp post meta by post type? Tried if( 'book' == get_post_type() ) {} but I keep getting a redeclare error.— Juan Rangel (@JuanRangelTX) November 30, 2014 Adding the following in child theme’s functions.php will display custom entry meta in archive page […]
How to display only the first category that a Post belongs to in Genesis
Have a stubborn client that wouldn’t heed your advice and keep adding a crazy number of categories (instead of tags) for their Posts? If you wish to display just the first category (hyperlinked to the category archive page) that a Post belongs to, it can be done by adding the following in child theme’s functions.php: […]
Different Post Meta for different views in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Moving Post Categories from Entry Meta to above Post Title in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Recent Comments