Genesis 2.6 is actively under development by the StudioPress team with contributions from volunteers like Gary Jones, Lee Anthony and several others. Today they announced the availability of 2.6 beta here: https://studiopress.blog/genesis-2-6-beta/ The ‘Added’ section of the change log reads: Add contextual filter for `content` passed through the Markup API. Add filter for 404 page […]
404
How to remove Sitemap from 404 page in Genesis
Looking to get rid of the Sitemap from 404 pages in your Genesis site? Simply copy 404.php from parent Genesis directory into your child theme and remove the code that outputs the sitemap. Before: After: Step 1 Copy 404.php from Genesis directory into your active child theme directory. Step 2 Edit the above file and […]
How to set full width content on 404 pages in Genesis
If you would like to force full width content for 404 Page Not Found error pages in Genesis and not have it use the default layout set in theme settings, add the following in child theme’s functions.php:
Recent Comments