Genesis has a useful 'After Entry' widget area that appears below single Posts when enabled by adding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Do NOT include the opening php tag | |
//* Activate After Entry widget area and display it on single Posts | |
add_theme_support( 'genesis-after-entry-widget-area' ); |
in child theme's functions.php.
Note: Some child themes like News Pro has code to register this widget area and to display it. In such cases you should not add the above code.
We can drag any widget into this widget area at Appearance > Widgets.
Screenshot in Genesis Sample:
Let's make it look better by adding
To view the full content, please sign up for the membership.
Already a member? Log in below or here.