Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 17, 2015 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/c95e0fe7cb5a05552865 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/c95e0fe7cb5a05552865 to your computer and use it in GitHub Desktop.
Enable the after entry widget area for XHTML
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Enable the after entry widget area for XHTML
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-after-entry-widget-area/
*/
add_theme_support( 'genesis-after-entry-widget-area' );
add_action( 'genesis_after_post', 'genesis_after_entry_widget_area' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment