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

run in wp site root. to refactor.

or

git archive --remote=git://github.com/eddiemachado/bones.git master | tar -xf -

the above is doesn't work ! will update soon

pax method, but need to get string of first level directory in tarball
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