Theme: Executive Pro Before: After: Here’s how: Add the following in Executive Pro’s style.css: To view the full content, please sign up for the membership. Already a member? Log in below or here. Username Password Remember Me Forgot Password
Search Results for: image
How to display a random ad after every second post in Genesis
In this article I show how a random Google Adsense ad (or just any HTML) can be inserted in between every two Posts on Posts page (Blog) and category archives when using Genesis. Step 1 Install and activate Ads by datafeedr.com plugin. This plugin allows us to add advertisements (any HTML code) and provides shortcode […]
How to display Featured Pages below Home Top section in Enterprise Pro
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 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 […]
How to Remove Date from all Posts of a Specific Category in Genesis
Missy asks, Hey #genesiswp developers! Any of you know how to turn the date off on just 1 category?— Missy ♿️📚 (@nerdoutofspoons) October 8, 2014 @srikat on all the posts in a category— Missy ♿️📚 (@nerdoutofspoons) October 8, 2014 We can attach a function to the genesis_post_info filter and use in_category() if conditional to remove […]
How to Slide Down Search Box in a Full Screen Overlay in Genesis
In this article I show how Fullscreen Overlay Effects code by Codrops can be used to bring up a search box in a full screen overlay when a magnifying glass search icon is clicked in the Primary navigation of Genesis. As can be seen at Tympanus’ demo page, the overlay can be shown with various […]
Recent Comments