WP Base

From Things and Stuff Wiki
Revision as of 05:25, 21 July 2012 by Milk (talk | contribs)
Jump to navigation Jump to search


Base theme

Base profile

Install script

wp core download
createdb.sh
wp theme install theme --activate
 or
sudo wget https://github.com/eddiemachado/bones/zipball/master && sudo mkdir wp-content/theme/bones && sudo unzip master -d wp-content/theme/bones
git archive --remote=git://github.com/eddiemachado/bones.git master | tar -xf -

will sort later..


wp plugin install backwpup --activate
wp plugin install google-analytics-for-wordpress --activate
wp plugin install w3-total-cache --activate
wp plugin install all-in-one-seo-pack --activate
wp plugin install rewrite-rules-inspector