Created
February 23, 2018 21:08
-
-
Save anwerashif/2cf0720ff351deda7d3520e91e3e03f7 to your computer and use it in GitHub Desktop.
Add Text or Link To Genesis Site Description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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