The other day I received an email from Mediafox asking if I want to have a chat with them for a potential job. While I am not interested in that, what I did find interesting is the search form implementation on their site. Clicking on the search icon in the header nav brings up a […]
Search Results for: genesis
How to display featured image below header and relocate titles on single pages of a CPT in Genesis
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 […]
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 […]
Genesis Author Pro PLUGIN
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 to show the books’ tags and/or series […]
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. […]
Recent Comments