Essence Pro's (v1.5.1) entry header shows categories, date and author info in the entry meta by default. If you would like to remove all the info other than categories, simply edit Essence Pro's functions.php, locate the essence_modify_post_info function (around L412) and replace global $post; setup_postdata( $post ); if ( is_single()…| Sridhar Katakam
Certain Genesis child themes like the Genesis Sample defines some features like the number of footer widget areas in config/theme-supports.php like this: 'genesis-footer-widgets' => 3, Full code:| Sridhar Katakam
Widgets placed in After Content Featured widget area when using Essence Pro (tested in v1.5.1) appear in columns or other layouts depending on the number of widgets. The line of code responsible for this is: essence_do_widget( 'after-content-featured' ); in Essence Pro's functions.php (around L538). If you are looking to have…| Sridhar Katakam
This members-only tutorial provides the steps to set up a nav menu having the site logo at the center in Genesis Sample 3.4.1. 960px and above: 959px and below: At smaller viewports we shall set the logo to appear the left with the hamburger menu at the right. Step 1…| Sridhar Katakam
This members-only tutorial provides the steps to add a Read More button that can be linked to the blog below the four widgets in Front Page 2 widget area on Wellness Pro's homepage. Tested in Wellness Pro 1.1.4 and Genesis 3.3.3. Step 1 Edit /wp-content/themes/wellness-pro/front-page.php. Change genesis_widget_area( 'front-page-2', array( 'before'…| Sridhar Katakam
This members-only tutorial provides the steps to display primary navigation menu at the left, title area in the middle and secondary navigation menu at the right in Genesis Sample. Between 960px and 1399px (inclusive) we shall center the site header elements one below the other. 959px and below, it will appear as usual. with the menu…| Sridhar Katakam
This members-only tutorial provides the steps to register a custom "Next to Search" widget area and position it to the right of search in Essence Pro's site header. Widgets placed in this widget area like social icons, for example, will then appear in the header. Step 1 Register the next-to-search…| Sridhar Katakam
This premium tutorial provides the code to customize the post info to remove the published date from all category archive pages in Genesis except for a specified category. Add this in child theme's functions.php: add_filter( 'genesis_post_info', 'sk_conditional_post_info' ); /** * Removes post info from posts on category archives other than…| Sridhar Katakam
A menu appearing in the Footer Menu location in Infinity Pro will appear expanded at all widths out of the box like this: If you want to have this secondary menu collapse into a mobile hamburger menu 800px and below similar to the header (primary) menu simply edit Infinity Pro's…| Sridhar Katakam