With the current version of Genesis (3.3.1) and Genesis Sample (3.3.0), post author post link will not appear in the entry header’s entry meta for CPTs. If you want to output the post author link after “by” we need to add support for author to the CPT. Here are two ways in which this can […]
add_post_type_support
The Comprehensive Guide to Genesis Theme Supports
This article covers the code snippets to control the various aspects of a Genesis site by adding and removing support for features. Note: In the examples below you’d replace portfolio with your post-type name. Code goes in child theme’s functions.php. Add support for footer widgets // Add support for 4-column footer widgets add_theme_support( ‘genesis-footer-widgets’, 4 […]
How to add Categories and Tags support for Pages in Genesis
Looking for a way to add categories and/or tags to static Pages in your Genesis site? Adding the following code in your child theme’s functions.php will add Categories and Tags support for static Pages display them below the content on Pages make the Pages appear on category and tag archives besides Posts To view the […]
Recent Comments