WP Base

From Things and Stuff Wiki
Jump to navigation Jump to search


Base theme

Bones 320semanticgs _s

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
  or
git archive --remote=git://github.com/eddiemachado/bones.git master | tar -xf -

the above is broken! will update soon

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