In the Genesis Facebook group a user asks: I have a website with +1000 woocommerce producttags. Each of them has a genesis archive intro text that shows on the website. Is there a way to mass delete or hide this intro text? Looking at /wp-content/themes/genesis/lib/structure/archive.php we can see that genesis_do_archive_headings_intro_text() function is hooked to genesis_archive_title_descriptions […]
genesis_archive_title_descriptions
How to set a custom title for Posts page in Genesis
In my earlier post titled How to set a custom title for Posts page in WordPress, I showed how the_title filter can be used to change the Posts page title on the frontend. While this method should work in any WordPress theme including Genesis, if you are looking for Genesis-specific way of achieving similar add […]
Unique full width hero images on archive pages with headline and intro text overlay in Genesis
This tutorial provides the steps to set up different full-width images below the site header for different category, tag and custom taxonomy term pages in Genesis. We shall use WP Term Images plugin to setup image for individual category, tag, and custom taxonomy terms. A placeholder image will be set to be shown for terms […]
How to wrap archive intro text in a custom div in Genesis
Intro text, if present/entered for archive (category/tag/custom taxonomy) terms will be shown like this in Genesis: Backend screenshot: Want to wrap the intro text in a custom div? This can be done by rewriting the function hooked to genesis_archive_title_descriptions. Add the following in child theme’s functions.php: To view the full content, please sign up for […]
Recent Comments