In one of my past tutorials titled Adding a horizontal opt-in form in Genesis, I showed how Genesis eNews Extended can be used and styled to display an opt-in form horizontally. In this article I share how the same can be done to get a much sleeker and narrower look. Screenshots: Desktop: Tablet: Mobile: Ready? […]
Premium Content
CSS Injection and Auto Refresh using BrowserSync
In this article I share how I use BrowserSync to see changes in WordPress websites (on localhost) instantly in the browser without having to manually refresh the browser. I use DesktopServer for managing websites on my computer. For example, I have WordPress installs at several URLs like genesis.dev, bfwpdeals.dev. BrowserSync can be installed after installing […]
How to customize Entry Meta conditionally in Genesis
In this article I share sample code that answers Anybody know how to change #genesiswp post meta by post type? Tried if( 'book' == get_post_type() ) {} but I keep getting a redeclare error.— Juan Rangel (@JuanRangelTX) November 30, 2014 Adding the following in child theme’s functions.php will display custom entry meta in archive page […]
How to display only the Title and Featured Image for Posts in Genesis
This article is based on my earlier one titled How to show only Post titles in Genesis. If you would like to display only titles and post thumbnails and not the other details like post info, excerpt/content, entry meta for all Posts in archives and search results pages in Genesis, add the following code in […]
Infinite Scroll in Genesis
In the past I wrote about setting up infinite loading of Posts in Genesis using Jetpack here. If you do not wish to use Jetpack or a lighter version of it that provides this feature or Gary Jones’ plugin that relies on Jetpack, the ‘original’ Infinite Scroll script’s WordPress version can be used. Let’s see […]
How to use iCheck for customized check boxes and radio buttons in WordPress
iCheck is a fancy and lightweight jQuery plugin that allows you create beautiful and highly customizable checkboxes and radio buttons with 25 built-in options and 6 skins. In this article I share how iCheck can be loaded and used in WordPress. Step 1 Download the zip file from https://github.com/fronteed/iCheck. Step 2 Extract the contents and […]
[Video] Background Image for Header in Genesis
The 14 min video below covers how header image can be configured in Daily Dish Pro, a Genesis child theme. To view the full content, please sign up for the membership. Already a member? Log in below or here.
BFWPDeals.com
Yesterday I spent a few hours putting together a simple website http://bfwpdeals.com/ using AgentPress Pro, a child theme for Genesis, where I plan to post coupons and deals related to WordPress products in this year’s upcoming Black Friday. In this article I am going to share a few notes and code snippets that I used […]
How to replace Display Author when using Byline plugin in Genesis
Byline plugin can be used to add names of contributors or authors for Posts in WordPress. This plugin uses the custom taxonomy features of WordPress to create “bylines” — essentially, tags representing authors who contributed to a post… This plugin would be useful for publishing situations where the majority of your content is from contributors […]
How to show high resolution Logo on retina displays in Genesis using Foundation Interchange
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 […]
Recent Comments