Most cPanel servers use Cent OS as their preferred operating system, as long as you have a VPS or dedicated server with root SSH access you can install NodeJS and npm (Node Package Manager) as a root user and allow other cPanel domain users to run node and install node packages in their local directory. Dependency …
Read More
English Championship League Clubs Twitter Hashtags 2014 – 2015
All the Twitter #hashtags for the English #Championship League Clubs for the 2013/2014 Season Click on your football club badge below to see what is being said about your football team on Twitter right now… or click on the ‘Official Twitter Page’ link below to go to the club’s Twitter page. #bcfc Official Twitter Page …
Read More
English Premier League Clubs Twitter Hashtags 2014 – 2015
All the Twitter EPL #hashtags for the English Premier League Clubs for the 2014/2015 Season Click on the club badge below to see what is being said about your football team on Twitter right now… #AFC #AVFC #clarets #CFC #CPFC #EFC #HCAFC #lcfc #LFC #MCFC #MUFC #NUFC #qpr #SAINTSFC #SCFC #SAFC #SWANS #THFC #WBAFC #WHUFC
Change the Search Field Default Text in Genesis WordPress Theme
You can change the default “Search this Website…” text in the Search bar field in a Genesis WordPress theme by using a filter added to your functions.php file. //Change search form text function themeprefix_search_button_text( $text ) { return ( ‘Search text goes here…’); } add_filter( ‘genesis_search_text’, ‘themeprefix_search_button_text’ ); So in the above code a function is …
Read More
Migrate WordPress Site from Local Development to Live Server and fix serialized data issues
There are a number of ways to migrate a local development WordPress site from a test to a live server, you can to this manually or via a plugin. Migrating WordPress Manually The manual way to migrate a WordPress site to a live server is in a few steps: Copy the all the contents of …
Read More
Add Extra WordPress Development Sites to VVV Varying Vagrants
Vagrant and WordPress Local Development Vagrant – Getting Started on OSX Vagrant and WordPress – VVV Set Up Vagrant and WordPress – Adding Multiple Sites with VVV Site Wizard Vagrant and WordPress – Adding Multiple Sites with Variable VVV Vagrant and WordPress – Easy Admin Page Once you have Vagrant and VVV Varying Vagrant Vagrants up and running by default there are these following …
Read More
How to Add a Footer or Tertiary Menu to a Genesis Child Theme
Genesis comes with 2 menus ready to go, the Primary and Secondary menus, by default these sit on top of one another in the framework and sample theme: This tutorial takes you through how to make a third menu and place it in the footer; The Footer Menu. First thing to do is to have …
Read More
Download and Install WordPress 4.0 Beta2 with wp-cli on OSX
With the new version of WordPress 4.0 Beta2 available to download and test, here’s how to use wp-cli to download and configure it all from the Terminal, you need to have wp-cli and MySQL installed as well as the rest of a working AMP stack. Launch Terminal and [optionally] create and change directory into your …
Read More