Here you go. How to match breadcrumbs of Pages with menu item titles in Genesis
Search Results for: genesis
Using pre_get_posts to set the type of posts appearing on a Tag archive in WordPress
Want to show 2 entries of a journal CPT on economics tag archive page? Add the following in child theme’s functions.php: add_action( ‘pre_get_posts’, ‘sk_change_tag_term_archive_query’ ); /** * Set only Journal CPT entries (two of them) to appear on Economics Tag Archive * * @param object $query data. */ function sk_change_tag_term_archive_query( $query ) { if ( […]
How to order entries by title on Portfolio CPT archive in WordPress
In the members-only forum, a user asked: I use Genesis Portfolio Pro on this site: http://weinschardt.de/portfolio I have tried different Plugins to sort the Portfolio but nothing works. How can I get the Portfolio to sort alphabetically? The default ordering of entries for any post type in WordPress is by published date in descending order. […]
Split logo navigation that shrinks on scroll
This is a customized Genesis Sample child theme having these features: – Image logo in the center (or in any position) with nav menu items appearing on either side of the logo in a fixed nav bar. – The nav bar (having the logo in the middle) shrinks when scrolling down and becomes semi-transparent. Upon […]
Split Navigation in Gallery Pro
This tutorial covers the details of implementing Split Navigation with menu items on logo’s left and right in Genesis in Gallery Pro. We shall shrink the logo down upon scrolling down and on mobile widths, make it appear above the hamburger menu icon. Step 1 Edit functions.php. a) In // Add support for custom header […]
Side by side images in Infinity Pro’s Front Page 3 section
In the comments section of Side by side images with centered widget areas in Altitude Pro’s front page tutorial, a user asked: I would like to know if you can help create a tutorial for creating a side-by-side widget areas for Infinity Pro theme front page 3. I tried recreate for the homepage, but I’m […]
How to remove “Select options” button from variable products on the main WooCommerce shop page
Updated on August 20, 2018 In Genesis Slack‘s WooCommerce channel, a user asked: Totally random question but does anyone know how to remove the “Select Options” button in WooCommerce Shop Main page? woocommerce_loop_add_to_cart_link filter hook can be used to remove the Select options buttons for each variable product. Add the following in child theme’s functions.php: […]
Reply To: How can I leave out a few page ids from the page_sitemap.php?
Hi Jesper, Follow https://sridharkatakam.com/exclude-pages-genesis-archive-page-template/
How can I leave out a few page ids from the page_sitemap.php?
Hi Sridhar, I cannot find anything that works… how can I leave out a few pages, like “thank you” pages in the page_sitemap.php in Genesis. In my case, I am using your genesis-sample-master and I want to leave out Page ID:11 and ID:720. Best, Jesper
Custom Listings Carousel in AgentPress Pro using Slick and Flexible Posts Widget
In Genesis Slack chat, a user asked: Seeking a carousel slider plugin that will work in a widget for the home page of the StudioPress AgentPress Pro theme. Tried a few, searched Google for hours and nothing really fits the bill. It is for a real estate website. Thanks. The effect I am seeking is […]
Recent Comments