Add an After Entry Widget Area

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.

Here’s how to add an After Entry Widget Area to single posts on your site:

<?php
 
//* Do NOT include the opening php tag shown above. Copy the code shown below.
 
//* Add support for after entry widget
add_theme_support( 'genesis-after-entry-widget-area' );
What are your feelings