This is based on my earlier How to display Featured image below navigation and relocate titles on Pages in Genesis tutorial. In this article we shall create a file named single-project.php (where project is the relevant Custom Post Type) and populate it with code to display a full width featured image (if present) below the […]
Genesis
Multiple Loops in Genesis
In this article I share sample code of a Page Template which adds a new section below the existing content. The new section displays two loops: three entries from portfolio CPT six regular posts tagged project Create a file named page-slug.php where slug is your static Page’s slug. In this example, the Page title is […]
How to add ‘Subscribe to this Category’ RSS button below headline and description on category archives in Genesis
In Genesis Slack chat a user asked, I have scoured WordPress.org looking for this and I cannot find it. I remember a lonnnnng time ago seeing this maybe on an old SP forum. Does anyone know how to add the RSS feed icon to the bottom of categories so people can subscribe just to that […]
How to exclude entries belonging to a taxonomy term from a CPT archive in Genesis
In Genesis Slack chat a user wanted to know how entries of a specific custom taxonomy term can be excluded from a Custom Post Type archive page in Genesis. We can remove the standard loop from a project CPT archive’s template and replace it with a custom one in which genesis_custom_loop() can be sent an […]
How to remove Posts page heading in Genesis
Have a static Page set as Posts page at Settings > Reading in your Genesis powered WordPress site? If you want to remove the Page title inside .posts-page-description, just add the following in your child theme’s functions.php: remove_action( ‘genesis_before_loop’, ‘genesis_do_posts_page_heading’ ); Before: After: Source: genesis/lib/structure/archive.php
How to show Series and Tags below books in the Library when using Genesis Author Pro plugin
In the members-only forum a user asked: Hi Sridhar! The Genesis Author Pro plugin by default shows the books in the library in newest to oldest order, I’m wondering if there’s a way to reverse that so that the oldest book (or first added) is shown first and so on? Also, is there a way […]
How to replace Front Page Hero section’s background image with a Soliloquy slider having captions and controls in Showcase Pro
In the past I wrote about Full width Soliloquy slider in Showcase Pro. A user asked the following in my Facebook group: Hi Sridhar. I’ve used this tutorial to add a slider but I’m having trouble keeping the transparent site header with slider extending all the way to the top. Can you, or someone guide […]
Genesis Sample Starter Theme Update
I have updated my starter child theme for Genesis based on the latest Genesis Sample 2.2.3. Get the details here
What’s changed in Genesis Sample 2.2.3
Genesis Sample is the default or skeleton child theme that looks similar to the parent Genesis. When I start a new site from scratch or take up PSD > WP projects, it is the child theme I use as the starter base. On May 18th a new version of Genesis Sample was released by StudioPress. […]
Video Background for Front Page 1 in Altitude Pro
Updated on 20 Jun 2022 This premium tutorial provides the steps to set up a background video for the first section in Altitude Pro using the Video Headers feature in WordPress. Live Demo Tested in Genesis 3.3.5 and Altitude Pro 1.5.1. Step 1 Enable support for custom header and set the minimum viewport width to […]
Recent Comments