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
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 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