Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 16, 2015 11:56
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/be6d3851ebe6d5b25174 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/be6d3851ebe6d5b25174 to your computer and use it in GitHub Desktop.
Add an after entry widget area with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add an after entry widget area with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/after-entry-widget-area/
*/
add_theme_support( 'genesis-after-entry-widget-area' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment