Search Results

Genesis Title Toggle on all post types

The Genesis Title Toggle only applies to the ‘page’ post type by default, but you can modify this with the be_title_toggle_post_types filter. The code snippet below will add Genesis Title…

Move the Genesis SEO and Layout metaboxes

The Genesis SEO and Layout Settings metaboxes have a priority of “high”, which means they appear above all other metaboxes. The code below changes their priority to “default” so that…

Relative Date Lengths in Genesis

Genesis has always allowed you to display the relative post date like “6 weeks and 1 day ago”. Now you can control the length.

Modify the Featured Image CSS Classes in Genesis

Genesis has a useful filter for modifying the attributes of almost any element it outputs. For instance, the featured image on archive pages has an attribute name of ‘entry-image’, so…

Genesis Grid – Two Columns on Tablet

Set it to 3 or 4 columns in the Grid Settings. The code in functions.php adds additional classes (‘tablet-one-half’ and ‘tablet-first’) to the posts. The code in style.css makes these…

Genesis Title Toggle for Posts

Genesis Title Toggle allows you to selectively hide or display individual page titles. By default it only applies to the ‘page’ post type, but you can add support for any post…

Add taxonomy to Genesis breadcrumb

In this example, I’m assuming you’re using BE Events Calendar to add an ‘events’ post type, and have enabled the ‘Event Category’ taxonomy. Add this to your theme’s functions.php file…