Breadcrumbs are links that show where you are in the site hierarchy. You can customise the breadcrumbs in several ways. Modify home link You can change the home link to another URL. Below is the … [Read more...]
Modify the Genesis author box
You can display the author box on your Genesis themes to feature the author name, Gravatar and bio. Modify author box title Below is the code to modify the Author Box title on your site: Modify … [Read more...]
Enable the Genesis author box
You can display the author box on your Genesis themes on single posts and archive pages. The author box contains the author name, Gravatar and bio. Enable on single posts This is useful to bring … [Read more...]
Removing Genesis menu links
If you don't want the Genesis menus to show up in the WordPress dashboard, you can remove them using the following snippets. Below is the code to remove the Genesis menu link: Below is the code to … [Read more...]
Unregister Genesis widgets
Genesis comes with several useful and powerful widgets, and we highly recommend using them for most situations. However, you might find that you want to remove them. This often happens when we use … [Read more...]
Genesis content column classes
Genesis comes with the ability to create columns through the use of content classes. This allows you to split your content into two to six columns. 2-Columns To add two columns of text, enter the … [Read more...]
Remove Genesis SEO settings
Genesis automatically disables its built in SEO settings whenever it detects an active SEO plugin. However, if for any reason you want to remove the Genesis SEO settings, you can easily remove … [Read more...]
Unregister Genesis layout settings
In some situations, you might want to unregister Genesis layout settings so it doesn't show up in the WordPress backend. For example, Code snippets Add the code to your functions.php … [Read more...]
Force Genesis layout settings
You can force the layout settings used by the whole site or by a particular page. Force layout settings across your site If you want the layout settings to be used throughout your site, add the code … [Read more...]
Genesis Custom Loop by category
You can customise your Genesis loop to show only categories you specify. For example, you have four categories but only wish to have one or two categories show up in your loop. Replace all loops If … [Read more...]