Ever since I switched to Genesis for all my WordPress websites a few years ago, there’s one site that was always open in my browser tab: Genesis Visual Hook Guide by Christopher Cochran. Even though there is a plugin version of the same, I’ve always preferred just to refer to hooks in the various views […]
Search Results for: genesis
How to replace parent crumb with a hardcoded link on single CPT entries in Genesis
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 […]
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 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 […]
How to match breadcrumbs of Pages with menu item titles in Genesis
In the members-only forum, a user asked: Hi Sridhar, I wonder if itβs possible to change the genesis breadcrumbs function to use the menu label instead of the page title β (without using a plugin like Yoast or Nexxt Breadcrumbs)? β So far, all my searches have come up mostly empty. The only two somewhat […]
Change Genesis breadcrumbs to use menu label instead of page title?
Hi Sridhar, I wonder if it’s possible to change the genesis breadcrumbs function to use the menu label instead of the page title – (without using a plugin like Yoast or Nexxt Breadcrumbs)? — So far, all my searches have come up mostly empty. The only two somewhat useful posts I’ve been able to find […]
Recent Comments