Installing
-
2. Installing Git
Then to Install Git for Fedora
For Fedora 22+ simply play:sudo dnf install git
And for previous releases instead:
sudo yum install git
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }