Want to set Full Content layout for Blog, Archives and Posts page in Genesis with other pages of the site having a Content Sidebar layout? Go to theme settings and set Content Sidebar layout as the default. Then add the following in child theme’s functions.php:
Search Results for: genesis
Custom Page Titles in Genesis Featured Posts Combo Plugin’s Widget
Genesis Featured Posts Combo is a newish plugin (starts from $15) by Chinmoy Paul for Genesis that fills the gaps in standard Genesis Featured Posts, Genesis Featured Page widgets and other abandoned plugins like Genesis Featured Widget Amplified (totally dead) and Genesis Sandbox Featured Content Widget (barely alive). These are the major selling points of […]
Category specific Search in Genesis
Updated on September 06, 2016 This article provides the code for replacing the standard Genesis search form with a category-specific form on category archives which limits search results to Posts in current category and its sub categories. A search widget placed in Primary Sidebar, for example, may appear like this (with some customization covered below) […]
Disqus in Genesis
Just a quick post to share my findings about using Disqus commenting system in Genesis. The official Disqus plugin works fine but ideally you would want to load the comments only if a visitor wants to. For loading Disqus on demand, Disqus Conditional Load can be used instead of the official one. If you do […]
Titles in Genesis sandbox
I have followed the tutorial here > http://sridharkatakam.com/moving-post-meta-below-post-title-in-genesis-sandbox-featured-content/ I have my image set to appear before the title in the widget settings, and i am trying to get the post meta to appear between the image and the title (after image but before title) I have tried all the priorities for the post meta and […]
Masonry Grid on Portfolio CPT Archive in Genesis
Want to display Portfolio Post Type items in Masonry style in Genesis? In this article I share the code for using Masonry (built into WP) on Portfolio CPT Archive page and Portfolio taxonomy archives on non-handhelds. On tablets and mobiles, :nth-of-type pseudo selector will be used for displaying the entries in a grid with the […]
Expanding Search Bar by Codrops in Genesis
In this tutorial I show how Expanding Search Bar can be implemented in Genesis. We are going to add a mobile-friendly flyout search box in Primary Navigation. Initially only the magnifying glass icon will be shown which when clicked, smoothly opens to its left to show the search box. After typing a search term, users […]
Centering images on Genesis Archives in a fixed sized box
A user in GenesisWP Slack chat asked, My client blog page is looking a little funky because she started using a combination of landscape and portrait images for the featured image. I want to align up the images and text so I am looking at putting some column classes in the blog template. I believe […]
FAQ section in Genesis using ACF Pro’s Repeater Field and jQuery Collapse
One of the additional features available in Pro edition of Advanced Custom Fields is the Repeater field using which unlimited number of field groups can be populated in the admin. In this tutorial I show how a FAQ repeater field having a Question text type and Answer Wysiwyg Editor type sub fields attached to a […]
How to add a Full Width Image below Header on Blog page in Genesis
Hristo asks, Hey, I would like to add a section to the blog page – a full width banner. Of course, I can edit the child theme, do it manually, etc but I was wondering if there’s a proper Genesis way to do this It is assumed that you have set a static Page as […]
Recent Comments