In the members-only forum a user asked: You have a great tutorial for Education Pro, where you replaced the Genesis Slider for Soliloquy. Could you do the same for Outreach Pro? I’m also looking to fit the Slider the full width of the wrap and not the container. In this article I share the steps […]
WordPress
How to replace entry title heading tag for a specific Featured Post widget using GFPC
In Genesis Slack chat a user asked: Hey guys… question for you. Would it be possible to change the H4 Widget Title of the Featured Page Widget to H1? What’s needed is the Home Middle Widget Title which is H4 – we want to be H1 for SEO purposes. Does that make sense? Is that […]
Difference between is_home() and is_posts_page
is_home() refers to the Posts page regardless of whether it is on the front page or an inner page. is_posts_page refers to Posts page only when it is an inner page. As such the if conditionals in the two code blocks at https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination#Offset_.26_Manual_Pagination should ideally be like this: if ( ! $query->is_posts_page ) { should […]
Smooth Scrolling, Highlighted Link and Fixed Side Navigation in Genesis using Page scroll to id and Sticky-Kit
In the members-only forum a user asked: Trying to achieve what this tutorial outlines. http://callmenick.com/post/single-page-site-with-smooth-scrolling-highlighted-link-and-fixed-navigation Here is an example of it in the wild. http://callmenick.com/post/single-page-site-with-smooth-scrolling-highlighted-link-and-fixed-navigation It’s a really effective for pages with long content in regards to aiding page navigation. I would love to see a tutorial from you about this! In this article we […]
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 […]
Displaying Related Content using Related Posts for WP in Masonry Style in Genesis
In the comments section of Pinterest-style Related Posts in Genesis using Masonry article, a user wrote: Thank you for the tutorial! Right now it only shows related posts. Is it possible to make it show both posts and pages? My recommendation for showing related content in WordPress is to use either JetPack’s Related Posts or […]
Displaying Products in WooCommerce Shop and Archives similar to Agency Pro’s Grid with Product Info on Hover
Updated on December 14, 2018 In the members-only forum a user asked, how easy / hard would it be to take this: How to add a Featured Posts section similar to that in Agency Pro in any Genesis theme and utilize it for a woocommerce main “shop” page? In this article we shall spruce up […]
How to apply body class in WordPress conditionally for a Page and all its sub Pages
In the members-only forum a user asked: I want to style the h1.entry-title differently for each parent/child page. So About page, and all its sub pages would have a class .blue-bg, Events Page would have .green-bg, etc., with css as below. I have tried using is(tree) code with conditional body_class but it is not working. […]
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