Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created December 28, 2015 02:12
Show Gist options
  • Select an option

  • Save nathaningram/44037e55a3807bff16ab to your computer and use it in GitHub Desktop.

Select an option

Save nathaningram/44037e55a3807bff16ab to your computer and use it in GitHub Desktop.
//Sign Up Now Button Shortcode
function ni_cta_button() {
$ctabutton = '<div class="cta-button"><a href="/sign-up/" class="btn">Sign Up Now</a></div>';
return $ctabutton;
}
add_shortcode('signup', 'ni_cta_button');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment