The Guide shows you Step-by-Step How to Setup PHP 5.4.11 Release on Windows 7 for IIS 7.5 Integration.
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
The Guide shows you Step-by-Step How to Setup PHP 5.4.11 Release on Windows 7 for IIS 7.5 Integration.