Updated on April 25, 2018 The recently released Genesis Sample 2.6.0 is close to perfection as my ideal starter Genesis child theme. That said, there are still a few things that could be improved in my opinion and I list the theme changes and fixes below. Most of these will hopefully be fixed by StudioPress […]
Font Awesome icons above menu items in Kreativ Pro
In the comments section of How to set up Font Awesome icons above menu items in WordPress, a member asked: I would like to do this for the secondary-nav menu in Kreativ Pro Theme. I am displaying categories there. What is the set-up for that? This tutorial provides the steps to add Font Awesome icons […]
Page-specific Banner Image with Entry Header overlay using ACF in Monochrome Pro
This tutorial provides the steps to set up a “Banner Image” image field for static Pages in Monochrome Pro and display this image (if set) as the background of a full-width section below the site header with entry title overlay. For all single posts, we shall hardcode a specific image and show post info below […]
How to remove Entry Header on specific Pages in Genesis
Looking to remove Entry Header i.e., entry title along wrapped in header markup on specific static Pages in Genesis? Add the following in child theme’s functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here.
Genesis Community Wiki
I have been working for the last couple of days on putting together code snippets that anyone in the Genesis community can add to and edit. Pleased to announce the launch of collaborative code snippets where anyone in the #GenesisWP community can contribute.https://t.co/W7EdIm4cNh Register an account, log in and start adding your code collection. — […]
How to display previous two posts in Genesis
This tutorial provides the steps to display last two posts below the comment form on single post pages in Genesis. There will be no output for the oldest post and the post published after the oldest post. Step 1 Create a file named single-post.php in the child theme directory having the following code: To view […]
Full Width Widgetized Homepage in Genesis Sample 2.6.0
This article provides the steps to set up a full-width widgetized front page (with fixed-width content) in Genesis running on Genesis Sample 2.6.0 and above based on this article from Bill Erickson. Step 1 Let’s register 4 front page widget areas. Add the following in child theme’s functions.php: // Registers front-page widget areas. for ( […]
Front Page 1 background image slider in Showcase Pro using Backstretch
This tutorial provides the steps to replace the single background image for Front Page 1 widget area in Showcase Pro with a series of rotating background images changeable in the Customizer using Backstretch. Tested in Showcase Pro 2.0.2. Step 1 Upload your default background images (that should rotate) to Showcase Pro’s images directory using this […]
How to relocate Posts page title in Digital Pro
This tutorial provides the steps to relocate the title of Posts page (.posts-page-description) in Digital Pro from its default location (.site-inner > .content-sidebar-wrap > .content) to below the site header. Before: After: Step 1 If you have not already, create two static Pages named say, Home and Blog. At Settings > Reading, set Home as […]
Custom Navigation Theme Location in Genesis
Updated on October 14, 2020 In the Genesis Facebook group, a user asked: This is a question for the Genesis devs here: I’ve noticed that when I create a custom menu location and a custom menu using the wp_nav_menu() function, submenu support isn’t available for those menus. How can I create a custom menu in […]
Recent Comments