$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install PhantomJS on openSUSE 15 Leap Easy Guide

April 13, 2019 | By the+gnu+linux+evangelist.

PhantomJS OpenSUSE 15 Leap - Setting Up

  1. 4. Downloading PhantomJS

    Download PhantomJS for GNU/Linux

    PhantomJS tar.bz2 GNU/Linux
  2. 5. Installing PhantomJS

    Next to Extract and Setup PhantomJS:

    sudo tar -xjvf ~/downloads/phantomjs --strip-components 1 /opt/phantomjs/
  3. 6. Making a SymLink

    (Optional) This to Run it Shorter on Shell:

    sudo ln -s /opt/phantomjs/bin/phantomjs /usr/local/bin/phantomjs