Bower Ubuntu 18.04 - Installation
-
Finally, to Install Bower on Ubuntu.
sudo su -c "npm install -g bower"
Finally, Amend Config Dir Permissions with:
sudo chown -R $LOGNAME:$LOGNAME ~/.config
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }