Setting up Network
-
8. Setting up Network
Set Up the Network.
‘localhost’ is a Good choice here.
If not a server with assigned Domain then put simply ‘localdomain’.
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }