I have updated my starter child theme for Genesis based on the latest Genesis Sample 2.2.3. Get the details here
Free Content
What’s changed in Genesis Sample 2.2.3
Genesis Sample is the default or skeleton child theme that looks similar to the parent Genesis. When I start a new site from scratch or take up PSD > WP projects, it is the child theme I use as the starter base. On May 18th a new version of Genesis Sample was released by StudioPress. […]
Flexbox Grid in Genesis
Flexbox Grid is a grid system based on the flex display property. Here’s how it can be loaded and used in Genesis: Step 1 Upload flexboxgrid.min.css to child theme’s css directory (create if not existing). Step 2 Add the following in child theme’s functions.php: Step 3 Add the needed markup to display your desired content […]
How to add Favorites feature for your site’s users in Genesis
Favorites plugin provides a way to save favorites, likes, bookmarks, or any other similar types of data with customizable button text. In this article we shall add a button in the entry header’s post info on archives and single post pages to favorite posts along with favorite count for logged in members. Non logged-in visitors […]
How to display custom fields above other widgets of sidebar in Genesis
In Twitter’s #GenesisWP stream, a user asked: @srikat I have a CPT for events and what I'd like to do is display a couple custom fields from those posts in a widget on the sidebar. — Marisa Eikenberry (@MarisaEikenbrry) April 12, 2016 In this article I show how we can use ACF Pro to attach […]
How to set up smooth scrolling for hash links in WordPress
Updated on February 18, 2017 There are several ways to scroll smoothly when clicking on jump links (anchors linking to sections within the same page) and the simple code below is from Paulund’s site. But first the sample markup: Step 1 Create a file named say, global.js in your child theme’s js directory (create, if […]
Removing the Page Title from Front page in Centric Pro
Centric Pro‘s demo and set up instructions expect you to be using the default settings for Reading in your WordPress site. As the front page is made up of widgets and does not have the list of posts, it is a good practice to set it as a static page. Now when we do this, […]
How to enclose Headline and Intro Text in a wrap on archive pages in Genesis
If you are trying to relocate genesis_do_taxonomy_title_description() from its default location, genesis_before_loop on Category, Tag and Taxonomy archives in Genesis to after the header, genesis_after_header so that it becomes full width you might have noticed that the contents (headline and intro text) aren’t wrapped in a .wrap. That is with We can wrap genesis_do_taxonomy_title_description() with […]
How to remove post info in Genesis for all post types other than ‘post’
Looking to remove the post info (comprised of date, author, link to comments) on entries of all post types except the standard Posts in Genesis? Just add this in your child theme’s functions.php: Thanks to: Robin Cornett. Source: genesis/lib/init.php
How to add Page slug as a body class for static Pages in WordPress
A common method to target elements of a particular static Page is by its ID like this: .page-id-2 Wouldn’t it be handy if you could instead use the slug of the Page like this? .page-about Adding the following in child theme’s functions.php will automatically add a page-slug class to the body element for all static […]
Recent Comments