When breadcrumbs are enabled on single posts in Genesis theme settings, CPT name linking to its archive will appear to the left of entry name like this: If you’d like to change the parent crumb to a custom link, say, to the “About” Page, genesis_single_crumb filter hook can be used. To view the full content, […]
Chevron-shaped Featured Parallax Section in Genesis using clip-path
This tutorial is based on How to slant edges of elements in Genesis and provides the steps to set up a down facing chevron-like featured section below the front page in Genesis with a parallax background image changeable in the Customizer (with instant live preview). We are going to register a custom Home Featured widget […]
Centered logo in Kickstart Pro
In GenesisWP Slack, a user wanted to know how the logo (linking to site URL) can be centered above the navigation in Kickstart Pro. In this tutorial, we shall set up a theme logo and customize the CSS in Kickstart Pro (v1.3.6 at the time of writing this). Step 1 Add the following in Kickstart […]
How to add content between entry header and entry content in Genesis
In this tutorial, we are going to use the genesis_before_entry_content action hook in Genesis to display the value of a page_intro custom field’s value (if present) between entry header and entry content on static Pages. Step 1 Install and activate Advanced Custom Fields plugin. Create a field group called say, Page Meta and add a […]
How to wrap posts list in a container and reposition archive pagination on archives in Genesis
In GenesisWP Slack chat, a user asked: I’ve been searching for a simple way to do this and am stumped. In a CPT archive page Iād like to create a wrapper div around only the looped posts and not include the pagination, of the form; <main class=”content” id=”genesis-content”> <div id=”my-wrapper”> <article>…</article> looped etc … </div> […]
Unlinked post taxonomy terms list in Genesis
Genesis has a handy shortcode called Filed Under: Genesis, Premium Content which displays comma separated linked terms of the specified taxonomy with category as the default taxonomy. Ex.: Let’s say you have a portfolio Custom Post Type with an associated taxonomy called portfolio_category. To display all the portfolio categories (linked to their corresponding taxonomy archives) […]
Centered image logo with right widget area in Genesis
In Genesis Facebook group a user asked: is there a way to use a centered image logo in the header with a right header widget widget and still have the logo centered on the page? One way this can be done is by setting the title area to not float left followed by setting auto […]
How to set up an image link to play video inline in WordPress
One of the tasks in a recent Genesis Customization project that I worked on was to make a Vimeo video play inline (replacing the image) when an image is clicked. Sounds simple, but apparently is not – at least based on my brief googling. In this tutorial, we are going to place the HTML in […]
How to Add a Right Sidebar in No Sidebar Pro
Brian Gardner will probably be shaking his head in disapproval at this post, but hey, I write tutorials only to help others from a coding point of view and do not judge or assess the aesthetics/design aspect. In the members-only forum a user asked: Hi, This probably defeats the purpose of the No Sidebar Pro […]
How to set Taxonomy Title and Description to appear only on the first page in Genesis
In GenesisWP Facebook group a user asked: I have been googling for a couple of days and checked the forums, but no help that I could find. I have a question. Is it possible to add a shortcode to make the Archive Intro Text appear only on the first page of the category archive? Title […]
Recent Comments