Editing Boot Command
-
2. Editing GRUB Config
Then Edit Boot Command
Appending:
init=/bin/bash
At the End of the Line beginning with:
linux
And containing:
vmlinux
Like that:
linux ... vmlinux... init=/bin/bash
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }