Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created February 23, 2018 21:08
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 anwerashif/2cf0720ff351deda7d3520e91e3e03f7 to your computer and use it in GitHub Desktop.
Save anwerashif/2cf0720ff351deda7d3520e91e3e03f7 to your computer and use it in GitHub Desktop.
Add Text or Link To Genesis Site Description
<?php
// Do NOT include the PHP opening tag
// Echo Phone Number to Site Description
function psi_phone_after_des() {
echo '<p class="phone-no"><a href="tel:206.322.3186">206.322.3186</a></p>';
}
add_action('genesis_site_description', 'psi_phone_after_des', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment