In my Facebook group a user asked: Hi Sridhar! Do you have an idea how to accomplish something like the three featured images at the top of this site that have the tabs for featured, popular etc? http://www.gimmesomeoven.com/ Thanks! The referenced site uses Hello Ajax Tabs WordPress Widget plugin for displaying widgets in tabs. In […]
Search Results for: genesis
How to automatically divide Posts into top, middle and bottom sections in Genesis
A user in my Facebook group wanted to know how a wide middle section can be added between posts similar to http://thefoxandshe.com/. Genesis hooks and built-in WordPress loop counter can be used with Genesis function (for displaying widget area) to add the necessary markup to split the Posts into top, middle and bottom sections in […]
How to enclose Headline and Intro Text in a wrap on archive pages in Genesis
If you are trying to relocate genesis_do_taxonomy_title_description() from its default location, genesis_before_loop on Category, Tag and Taxonomy archives in Genesis to after the header, genesis_after_header so that it becomes full width you might have noticed that the contents (headline and intro text) aren’t wrapped in a .wrap. That is with We can wrap genesis_do_taxonomy_title_description() with […]
How to remove post info in Genesis for all post types other than ‘post’
Looking to remove the post info (comprised of date, author, link to comments) on entries of all post types except the standard Posts in Genesis? Just add this in your child theme’s functions.php: Thanks to: Robin Cornett. Source: genesis/lib/init.php
CPT archive in Genesis with custom fields in a lightbox gallery using Magnific Popup
In this tutorial we shall work on setting up archive of a wedding Custom Post Type with a 2-column grid of thumbnails (if present, otherwise a placeholder image) each linking to the respective single CPT entry. Below each image is a row of icons which when clicked displays the value of corresponding custom field in […]
How to add taxonomy slugs to entry terms span in Genesis
genesis_post_info filter hook can be used to customize post info which appears in entry header by default in Genesis. For example, This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more […]
How to get rid of header-image body class when an image logo is not being used in Genesis
Tested in: Genesis 2.2.7 Genesis Sample 2.2.2 Scenario: Fresh install showing site title text in header: 1) You add the code for adding support for custom header in child theme’s functions.php: add_theme_support( ‘custom-header’ ); 2) Go to Appearance > Header and upload an image. 3) Let’s say you had a change of mind and decided […]
How to add an inline mobile responsive menu in Genesis Sample
Updated on May 23, 2017 In this article, I share the steps to remove header right widget area reposition the primary navigation menu from below the header to inside header so that the site title is at left and nav menu is on the right set the hamburger menu icon to appear inline floated to […]
How to automatically display posts in a custom grid layout in Genesis
In my Facebook group a user asked: Sridhar, thanks to your tutorials I managed to master Genesis in the last year and still learning. Thanks a lot! That being said, last week I got a question from a client of mine. He wants a different kind of layout for the project archive pages and pointed […]
Featured Pages with Excerpts sliding up on Hover in Genesis
In this article we shall write a custom loop and query in Genesis to display 7 featured static Pages after header on front page in Genesis. Pages are going to be set as featured by ticking a checkbox, a custom field added via ACF. Three Pages will be shown in the top row and four […]
Recent Comments