Skip to content

Instantly share code, notes, and snippets.

@coinso
Created February 9, 2017 09:50
Show Gist options
  • Save coinso/57489b55061c38e5813c44a24b93ecc2 to your computer and use it in GitHub Desktop.
Save coinso/57489b55061c38e5813c44a24b93ecc2 to your computer and use it in GitHub Desktop.
<?php
//define constant var - goes in header.php
define('PHONE_NUMBER', get_post_meta($frontpage_id,'phone', true));?>
//show constant var - goes whereever you need the phone number
<?php echo "<span class='phone'>{PHONE_NUMBER}</span>";?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment