When the background logo is replaced with HTML image element per my earlier article, the same image is going to appear on every device. What if you want to swap it with a high res version on retina devices? In this article I show how Foundation’s Interchange can be loaded in WordPress and used to […]
Search Results for: genesis
How to add Facebook, Google+ and Twitter sharing buttons without using a plugin in Genesis
There are exactly a million and two plugins for displaying social media sharing buttons in WordPress. But what if you wanted to add sharing buttons on your site’s pages so they can be shared in social sites without using a plugin or a script? In this article I share the code to display Facebook, Google+ […]
How to use an inline logo instead of a background image in Genesis
Latest update: Follow https://sridharkatakam.com/inline-logo-in-genesis/ instead. Updated on October 18, 2015. The standard method for displaying logos in Genesis is by adding theme support for custom header like this: (code from Executive Pro’s functions.php) What if you want to display the logo as a normal HTML image element instead? In this article I show how genesis_seo_title […]
How to replace Primary Sidebar with a custom sidebar in all single Posts in Genesis
Jodi asks, I used Simple Sidebars to create a unique sidebar for my blog posts. Of course, now I noticed I’ve been forgetting to apply it! So what’s the best way to have it just show up automatically on all posts in the “blog” category? With the following code in child theme’s functions.php, all single […]
CSS Flip Animation in Genesis
In this article I share how CSS Flipping Animation by David Walsh can be applied in Genesis to display 3 Featured Posts below the header. Hovering a image (Featured image of the Post) reveals that Post’s title, excerpt and a read more button. Screenshot (with the middle featured image hovered): Screencast: Personally I do not […]
FacetWP in Genesis
FacetWP is a commercial plugin that lets you easily create filters (checkboxes, radio buttons, dropdowns etc.) for filtering content in WordPress sites. In this article I explain how FacetWP can be set up in Genesis. Also included is a screencast walkthrough showing an example to filter entries on a CPT archive page by custom taxonomies. […]
How to display only the first category that a Post belongs to in Genesis
Have a stubborn client that wouldn’t heed your advice and keep adding a crazy number of categories (instead of tags) for their Posts? If you wish to display just the first category (hyperlinked to the category archive page) that a Post belongs to, it can be done by adding the following in child theme’s functions.php: […]
How to display After Entry widget area on Pages in Genesis
Genesis has a useful ‘After Entry’ widget area that appears below single Posts when enabled by adding This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters […]
How to Display Featured Images above Post Titles on Posts page in Genesis
Want to show Post Thumbnails above the titles for Posts on your Genesis site’s homepage (with the default setting of front page showing a list of Posts)? Step 1 Add the following in child theme’s functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here.
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 […]
Recent Comments