3. Expand IntelliJ IDEA Archive
-
Then Extract IntelliJ Archive into /tmp
Possibly Double-Click on it in the File Manager.
Or from Command Line with:tar xvzf ~/Downloads/idea*.tar.gz -C /tmp/
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }