WP Base

From Things and Stuff Wiki
Jump to navigation Jump to search


Base theme

Bones 320semanticgs _s

Base profile

Install script

cd /var/www
mkdir project && cd $_
wp core download
createdb.sh

wp theme install theme --activate

or

mkdir wp-content/themes/bones && cd $_ && wget https://github.com/eddiemachado/bones/zipball/master && unzip master && mv eddie*/* eddie*/.. && rm -rf eddie* && rm master

or

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

the git one doesn't work, to check.

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