Design objectives: Add a menu icon before existing Primary Navigation’s menu items and a search icon at the end of menu items. Clicking the menu icon should slide open Primary Sidebar from the left edge of screen. Clicking the search icon should slide open Secondary Sidebar from the right edge of screen with focus in […]
Premium Content
Displaying Advanced Custom Fields’ Gallery Field as a Slider using Soliloquy
This is an extension of my Single CPT template in Genesis to display ACF custom fields including a Gallery field as a Slider tutorial. Here I discuss using Soliloquy instead of Flex slider for displaying images of ACF Pro’s gallery field in a slider. Thanks to Jo Waltham and David Egan for the code. Requirement: […]
How to use Strip, a less intrusive responsive Lightbox in WordPress
Strip is a jQuery script by Nick Stakenburg for elegantly sliding images and videos (YouTube and Vimeo hosted) from your screen edge rather than the traditional lightbox that appears no top of the content. In this article I show how Strip can be implemented in WordPress and share custom jQuery code for making Strip work […]
How to display non-hyperlinked tags in Genesis
Genesis has a handy post_tags shortcode that displays tags associated with single entries. The output is tag link list. What if you do not want the tags to have hyperlinks? This can be done in at least 2 ways. In this tutorial I show how comma separated tags can be displayed at the bottom of […]
How to set the number of Posts per page in a category and all children of that category
Here’s the code snippet to set the number of Posts in the archive page of a specific category and all its sub (child) categories: To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to overlay a widget area on a full width Soliloquy slider in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to show all Posts belonging to the current category in a dropdown on category archives in WordPress
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to show other Posts in the same category that the current Post is in
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to replace Home Section 1’s background image with Backstretch slideshow in Parallax Pro
In this article I show how the first home section’s Parallax background can be replaced with rotating images with fading transition when using Parallax Pro. Live Demo Summary: Exclude Featured Section 1 from theme customization section. Exclude Home Section 1 from getting the background image CSS applied. Enqueue Backstretch and initialize it on Home Section […]
Displaying a custom taxonomy terms dropdown for filtering CPT entries
Search & Filter is a simple search and filtering plugin using which we can search by Category, Tag, Custom Taxonomy, Post Type, Post Date to refine searches. Below is a sample shortcode that will display a dropdown showing terms of a “project-type” custom taxonomy. Selecting a term will display entries of a “projects” Custom Post […]
Recent Comments