Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 19, 2015 03:29
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/3e81d4e8b13bda47eb83 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/3e81d4e8b13bda47eb83 to your computer and use it in GitHub Desktop.
Add extra content to the site description area with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add extra content to the site description area with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/site-description/
*/
add_action( 'genesis_site_description', 'your_function_here' ); // replace your_function_here with your function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment