In this article I share how Featured images (if present) linking to corresponding single pages can be displayed above Posts on listing pages in Genesis. Thanks to Luke for the idea that Backstretch’s source can be pulled from data attribute on the webpage. The purpose of this tutorial is only to show how Backstretch can […]
Search Results for: genesis
How to use Genesis Grid Loop plugin on a specific Category and show Excerpts
Amanda asks, I’m wanting to use the Genesis Grid Loop plugin only for specific category pages. Also, I need those pages to be in excerpt style, showing only about 250 words before a ‘read more’ button. How would I go about doing this? Are there any tutorials floating around somewhere? I’m comfortable with php if […]
Horizontal Opt-in Form in Genesis using eNews Extended plugin
In one of my past tutorials titled Adding a horizontal opt-in form in Genesis, I showed how Genesis eNews Extended can be used and styled to display an opt-in form horizontally. In this article I share how the same can be done to get a much sleeker and narrower look. Screenshots: Desktop: Tablet: Mobile: Ready? […]
How to customize Entry Meta conditionally in Genesis
In this article I share sample code that answers Anybody know how to change #genesiswp post meta by post type? Tried if( 'book' == get_post_type() ) {} but I keep getting a redeclare error.— Juan Rangel (@JuanRangelTX) November 30, 2014 Adding the following in child theme’s functions.php will display custom entry meta in archive page […]
How to display only the Title and Featured Image for Posts in Genesis
This article is based on my earlier one titled How to show only Post titles in Genesis. If you would like to display only titles and post thumbnails and not the other details like post info, excerpt/content, entry meta for all Posts in archives and search results pages in Genesis, add the following code in […]
Infinite Scroll in Genesis
In the past I wrote about setting up infinite loading of Posts in Genesis using Jetpack here. If you do not wish to use Jetpack or a lighter version of it that provides this feature or Gary Jones’ plugin that relies on Jetpack, the ‘original’ Infinite Scroll script’s WordPress version can be used. Let’s see […]
[Video] Background Image for Header in Genesis
The 14 min video below covers how header image can be configured in Daily Dish Pro, a Genesis child theme. To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to replace Display Author when using Byline plugin in Genesis
Byline plugin can be used to add names of contributors or authors for Posts in WordPress. This plugin uses the custom taxonomy features of WordPress to create “bylines” — essentially, tags representing authors who contributed to a post… This plugin would be useful for publishing situations where the majority of your content is from contributors […]
CSS for Multi-Column Footer Widgets in Genesis
Genesis has built-in support for footer widgets (appearing above the footer) that can be enabled by adding the following in child theme’s functions.php: The second parameter in the above can be changed to reflect the number of footer widgets you would like to use. In this article I would like to share sample CSS to […]
How to echo entry specific Scripts in Footer instead of Head in Genesis
Code placed in Scripts textarea in WordPress editor on Static Pages and single Posts in Genesis gets echoed out or printed in the header i.e., before closing head tag by default. What if you want the script to be output before the closing body tag instead like this? Add the following in child theme’s functions.php:
Recent Comments