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> […]
Search Results for: image
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) […]
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 […]
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 […]
Sticky Side Section in Genesis
Update on March 26, 2017: Added steps for positioning the sticky at the right edge of the browser. This tutorial provides the steps to display a vertical tab to the left side of browser edge in Genesis which when clicked, will slide out a side panel having widget(s) of a custom widget area. Clicking on […]
Skeleton to change widgets markup in Genesis
Ever wondered on a lazy Sunday afternoon as to where the HTML markup of widgets comes from in your Genesis site? I did, the last weekend and learned that there are two filters genesis_register_sidebar_defaults – for backward compatibility genesis_register_widget_area_defaults that Genesis provides to alter the widgets’ markup. Below is the skeleton or boilerplate code using […]
How to add a custom class to taxonomy archive description in Genesis
By default taxonomy description element in Genesis has these classes: archive-description taxonomy-archive-description taxonomy-description If you’d like to add a custom class to the above list, add the code given below in child theme’s functions.php. To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to modify loop hooks properly with genesis_custom_loop()
Genesis comes with a useful function called genesis_custom_loop() to output elements like entry header, entry content and entry footer when you want to write a custom query. If you would like to make any changes like showing/hiding certain elements in the loop or moving them around, it is not sufficient just to do so and […]
Split Logo Shrinking Nav
Click on the screenshot below to open live demo in a new tab. Downloads Child Theme Full backup of demo site Documentation Activate the child theme. At Appearance > Header, upload/select your desired logo image. A 200px x 200px image is used in this theme and appears at 100px x 100px in the regular state […]
Recent Comments