In this article I show we can show 8 Featured Images and below them, their corresponding titles of specific Pages in columns when using Enterprise Pro, a child theme of Genesis. Register a custom Home Featured widget area Add this in Enterprise Pro’s functions.php: To view the full content, please sign up for the membership. […]
Displaying Posts organized by Categories in WordPress
Below is the code that loops through each non-empty category in WordPress that has at least 1 published post and displays an unordered list of 3 latest posts’ titles linking to their permalinks with a link to the category archive page below the list. To view the full content, please sign up for the membership. […]
How to set Featured Image as Header’s background using Backstretch in Genesis
In this article I share the code to set Featured image as background for Header using Backstretch in Genesis. This way each Post and Page can have different Header (background) images. Summary: If a Page/Post/CPT entry has a Featured Image attached, use it as a background image for the Header. For Page/Post/CPT entry that does […]
How to remove Header from front page in Genesis
Jeff asks, Is there a way to disable the entire header (so it does not display) but only on the homepage? Below is the code to add in child theme’s functions.php to make .site-header appear on all pages of a site running Genesis except on homepage. To view the full content, please sign up for […]
How to display a custom widget area after entry on Posts that use Full Width layout in Genesis
Carly asks, Can somebody advise me on how I could register a new widget area but ONLY on pages I’ve set to be full-width. I’m basically looking to add a new widget area in that space, after my content. I already have an ‘after content’ widget on EVERY page. I’d like this widget SOLELY for […]
How to display Posts organized by category as Data Tables in Genesis
Recently I finished custom work for a gentleman that involved creating a Page Template in Genesis that shows Posts in tabular format grouped by their categories with sorting and search options available in the front-end. Full page screenshot. Requirements: Displays Posts from each category organized by category with the categories in ascending order. Within each […]
DesktopServer Tip: Ensure that name of Export and active theme’s name do not match
Yesterday I wanted to export a localhost install of WordPress, http://centric-pro.dev from my old computer (MacBook Air) to the new one (MacBook Pro). I have the current latest version of DestopServer Premium, 3.6.3 running on both the laptops. I entered “centric-pro” in the ‘Export As’ field and let DestopServer generate the zip file. I then […]
Scroll Animations in WordPress using Smoove
In the past I wrote several tutorials on scroll animations Genesis/WordPress: Scroll animations in WordPress using WOW.js Adding scroll animations in Parallax Pro Using ScrollReveal.js to fade in posts in Genesis Scroll animations in WordPress using Animate.css, Jack In The Box and Waypoints Using Waypoints jQuery to animate and fade in elements as they are […]
How to add ‘inner’ body class to all inner pages in WordPress
WordPress automatically adds ‘home’ class to ‘body’ element for the site’s homepage/front page. Wouldn’t it be handier to have a ‘inner’ body class for all the other pages? This can be done by adding the following in child theme’s functions.php:
How to Remove Primary Navigation from homepage and show on inner pages only for logged in users
In my post titled Removing Primary navigation menu on home/front page in Genesis, Jeremy asked, Is there a way to add it so it not show on the front page and would only show on other pages if a user was logged in? i.e., the requirement is: 1) Remove Primary Nav from homepage 2) Display […]
Recent Comments