How-To Install WP-CLI on shared hosting

Updated version of How-To Install WP-CLI on shared hosting. This guide has been tested and is working for my provider and WP-CLI 0.18.0

rm -rf ~./wp-cli
mkdir ~./wp-cli
cd ~./wp-cli
composer create-project wp-cli/wp-cli --no-dev
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp='php ~./wp-cli/wp-cli.phar'

More WordPress Plugins removed

Today I`ve redrawn the following WordPress plugins from WordPress.org;

  • Opera Speed Dial
  • Has.js
  • jQuery Mobile (Updater)

    This plugin will be included in a future version of jQuery Updater

This means that they are no longer available or supported

I will post the source code on GitHub later this week.

Bumping minimum WordPress Version

This week I`ve been updated the readme of all my WordPress plugins.
All have been tested and should be fully compatible with WordPress 4.0 and 4.1. The readme.txt will now require atleast WordPress 3.9
Later this month, when WordPress 4.1.1 arrives, I will update this to 4.0!

Don`t worry, the PHP and MySQL requirements stay the same for now.

Welcome HTML5

With the official release of the fianlized HTML5 standard, (HTML5 is a W3C recommendation) HTML4 finally has a followup. HTML 4 dates from 1997 (source) but was unofficially replaced by many sites with XHTML.

Now that HTML5 is an official standard, please join me in supporting it

Interesting articles related:

How-To Install Twenty Fifteen for WordPress

This mini guide describes how to install the WordPress Twenty Fifteen theme from the Subversion repository within the shell.

Inside the terminal screen, go to your WordPress installation directory and run the following commands:

cd wp-content/themes/
svn co http://core.svn.wordpress.org/trunk/wp-content/themes/twentyfifteen/