In the comments section of my tutorial titled Adding a horizontal opt-in form in Genesis, a reader asked: Got this form to work perfectly! Only question is finding a way for people to collapse it if they’re already subscribed or just want to hide it on the screen. I want it to show up by […]
Genesis
Custom Posts display with wide Featured images for the latest 3 Posts and thumbnails for the rest in Genesis
Design Requirements: Scope: Site’s front page showing the list of blog Posts. Settings set at Genesis > Theme Settings > Content Archives should not affect the display. In other words, blog Posts on front page should be independent of the theme’s content settings. Excerpts to be shown with custom Read more text. 6 Posts to be […]
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 […]
How to reveal Featured Images when hovering on Posts in Whitespace Pro
Paul asks, Anyone figure out how to show featured images (even if partially transparent) on hover for the #genesiswp Whitespace them?— Paul Letourneau (@paulletourneau) December 5, 2014 In this article I share the code to display Featured images on hover for Posts on homepage of Whitespace Pro. Screenshot: Screencast: Step 1 Register a custom image […]
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.
BFWPDeals.com
Yesterday I spent a few hours putting together a simple website http://bfwpdeals.com/ using AgentPress Pro, a child theme for Genesis, where I plan to post coupons and deals related to WordPress products in this year’s upcoming Black Friday. In this article I am going to share a few notes and code snippets that I used […]
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 […]
Recent Comments