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

Step-by-step – PHP 5.6 Bodhi Linux 5 Installation

June 7, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Bodhi 5 Install PHP 5.6 – QuickStart Guide

Hi! The Tutorial shows you Step-by-Step How to Install PHP 5.6 in Bodhi GNU/Linux 5.x Desktop.

And to get the PHP 5.6 Bodhi Linux 5 Setup you have to Manually Setup the Bodhi Linux Apt PPA Repository.

Finally, this PHP 5.6 PPA includes also All the most Useful Extensions for PHP usage.

How to Install PHP 5.6 on Bodhi Linux 5.x - Featured
  1. 1. Launching Terminal

    Open a Terminal Shell Emulator
    (Press “Enter” to Execute Commands).

    First, Open a File Manager Window:
    How to Install PHP 5.6 on Bodhi Linux 5.x - Open File Manager /tmp
    Then Right Click on a Location > Open in Terminal:
    How to Install PHP 5.6 on Bodhi Linux 5.x - Open Terminal on Home
    And Update Bodhi Apt Repository:
    sudo apt update
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.