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

How to Linux Mint 18 Stop X Server Easy Guide

July 23, 2017 | By the+gnu+linux+evangelist.

Killing X

  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Linux Mint 18 Stop X Server Easy Guide - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. And Kill the Display Manager.

    sudo service mdm stop

    Or for KDE releases instead:

    sudo service sddm stop

    But if you have a Custom display manager then look for the command to Stop it…