Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created October 24, 2014 18:11
Show Gist options
  • Save hellofromtonya/a6a093d602c8802a60f6 to your computer and use it in GitHub Desktop.
Save hellofromtonya/a6a093d602c8802a60f6 to your computer and use it in GitHub Desktop.
Genesis Framework: Swap the Site Description to be before the Site Title
//* Swap the site description ahead of the site title
remove_action('genesis_site_description', 'genesis_seo_site_description');
add_action('genesis_site_title', 'genesis_seo_site_description', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment