In my previous tutorial titled How to remove Post info conditionally in Genesis, I shared code to remove post info from all archives posts on a Page that uses Blog Page Template all entries of a particular CPT What if you want to get rid of the post info from a particular post or a […]
Free Content
StudioPress Sites is coming – What We Know So Far
Update: StudioPress Sites is live. StudioPress is aiming to launch a new WordPress + Genesis specific hosting on January 31, 2017 called StudioPress Sites. Below is the summary of this hosting service from what I gathered in the various social media channels: We can install our own themes and plugins and customize the themes with […]
The Comprehensive Guide to Genesis Theme Supports
This article covers the code snippets to control the various aspects of a Genesis site by adding and removing support for features. Note: In the examples below you’d replace portfolio with your post-type name. Code goes in child theme’s functions.php. Add support for footer widgets // Add support for 4-column footer widgets add_theme_support( ‘genesis-footer-widgets’, 4 […]
Video Background in Infinity Pro
In Twitter a user asked: @srikat Client loves Infinity Pro-is it possible or is there a tutorial to add a video background on the home page? #GENESIS #WordPress — Sun Coast Web Studio πΊπ¦ (@SunCoast_Web) January 16, 2017 We can easily set up background video for any section in WordPress using the free Video Background […]
Full width Soliloquy slider below header in Parallax Pro
This tutorial provides the steps to display a full-width slider using the free version of Soliloquy plugin, Soliloquy Lite below the header in Parallax Pro. Step 1 Install and activate Soliloquy Lite. Create a slider named say, Front page Slider and upload/select your desired slide images. In this example, I’ve used images sized 1600 x […]
Full-width author box, after entry, adjacent entry navigation and comments in Genesis
In Genesis Slack chat a user asked: Has anyone here created a full-width `after-entry` widget area? In other words: |content |sidebar | | after-entry | | comments | We can reposition author box, after entry widget area, adjacent entry navigation and comments from after entry to after content on single posts by removing the actions […]
How to prevent Genesis Responsive Slider’s CSS and JS files from loading sitewide
In StudioPress forum a user asks, I’m using Genesis responsive slider. I only need the slider to load on the home page. Does anyone know of a copy/paste code snippet to be able to stop the plugin’s resources (js & CSS) from loading on every page of a site it’s installed on? Such as by […]
Full Width Widgetized Front Page in Genesis
April 03, 2018: Follow this updated tutorial instead. This tutorial provides the steps for setting up a basic full-width widgetized homepage in Genesis. We shall register 5 front-page widget areas and display the widgets placed in them inside div.site-inner using a custom template for the front page. Sample generated HTML markup: Screenshot: Step 1 Create […]
How to add link to comments when commenting is disabled for posts in Genesis
By default bylines or post info in Genesis shows the published date, author link, link to comments and edit links. Posts for which comments have been turned off by unchecking “Allow comments.” in the Discussion meta box in post editor will not show the link to comments. It is possible to show comments link by […]
How to set up a Welcome section with Image at left and a Text widget on right in Genesis
In the Genesis Facebook group, a user wants to know how a welcome/hero section can be set to appear below the header similar to the one at http://www.melyssagriffin.com/. In this tutorial I show how we can register a Welcome widget area and display it below the header in Genesis. We shall write responsive CSS to […]
Recent Comments