A user in Genesis Facebook asks: how to wrap portfolio items on archive-portfolio.php in h3 and not in h2 tags? i am using this plug in (https://github.com/copyblogger/genesis-portfolio-pro) thanks so much genesis_entry_title_wrap filter hook can be used to change the heading tags from the default h1 (if HTML5 with semantic headings) or h2 to another, say […]
Free Content
How to add a responsive mobile menu before footer in Focus Pro
In Genesis Facebook group, a user wrote: I am using Studiopress Focus Pro on this site. I have the custom menu widget in the header right widget area…I also have it in the footer 1 widget area… What is happening is that the header menu will turn into a hamburger when viewed on a small […]
How to display a list of CPT entries below single CPT pages in Genesis
In Genesis Slack chat‘s #beginners room, a user asked: I want to add a list of posts to the bottom of my single-cpt page. In the past, I’ve created a new sidebar and added it to a widget. Is there a better way? Ideally, it would not include the current post. What other plugin for […]
[Video] How to load and use Google Fonts from your website’s server in WordPress
A user asks, How to load google font locally inside a theme font folder? I would like to use a google font within my theme. and not rely on calling it via the functions.php file. We can download the font from Google, generate web font from it using Fontsquirrel generator, upload these files to the […]
Accessible Responsive Menu in Genesis
Newer Genesis child themes like Workstation Pro and Atmosphere Pro come with responsive mobile hamburger menu code which is better than the one in older themes like Beautiful Pro or Magazine Pro in that accessibility is taken care of. In this article I share the code taken from Workstation Pro and slightly modified so that […]
How to remove Site Description (Tagline) in Genesis
In Genesis Facebook page, Rian Rietveld wrote: Hi all, If you update to Genesis 2.2 and activate the accessibility features, you may see some extra headings in your theme. If you want to get rid of them, don’t use a remove_action, but hide them with CSS. Blind people need those headings to navigate and understand […]
How to make Posts page obey its Page layout setting in Genesis
In Genesis Page specific layouts override the default layout from theme settings. But the same does not apply for the Page set as Posts page (in Settings > Reading). Regardless of what layout you select when editing this Page, the default layout will continue to be used unless the following code is added in the […]
How to replace the static Front page in Minimum Pro with Posts page
Updated on April 14, 2020 In this article I share the steps to display the list of standard blog posts on Minimum Pro‘s front page with working pagination. Step 1 Rename front-page.php to home.php and replace the entire code with the following: Step 2 Go to Settings > Reading and set “Front page displays” to […]
How to use Customizer API to add settings for Header background color and background image in Genesis
In the comments section of How to use WordPress Customizer for setting up Background Image of a section in Genesis, a user asked: Could I use this tutorial to create a feature in the customizer to add or change an image background for .site-header behind the site title and description? So, it would have a […]
Adding support for WooCommerce in Genesis
After some testing, found out that template overrides do not work with this method. You are advised to use Genesis Connect for WooCommerce instead of this method. The code below is a modification of Josh Mallard’s by Stéphane Bergeron. There is Genesis Connect for WooCommerce plugin but I prefer this method personally. 1) Add the […]
Recent Comments