Difference between revisions of "Wordpress"

From Wasya Wiki
Jump to: navigation, search
Line 2: Line 2:
 
  curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
 
  curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
 
  php wp-cli.phar theme activate FoundationPress
 
  php wp-cli.phar theme activate FoundationPress
 +
 +
  
 
  https://s3.amazonaws.com/ish-backups/wordpress/blogwasyaco.wordpress.2016-01-06.xml
 
  https://s3.amazonaws.com/ish-backups/wordpress/blogwasyaco.wordpress.2016-01-06.xml
 
  php wp-cli.phar  plugin install wordpress-importer --activate
 
  php wp-cli.phar  plugin install wordpress-importer --activate
 
  php wp-cli.phar import blogwasyaco.wordpress.2016-01-06.xml  --authors=create
 
  php wp-cli.phar import blogwasyaco.wordpress.2016-01-06.xml  --authors=create

Revision as of 20:01, 6 January 2016

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar theme activate FoundationPress


https://s3.amazonaws.com/ish-backups/wordpress/blogwasyaco.wordpress.2016-01-06.xml
php wp-cli.phar  plugin install wordpress-importer --activate
php wp-cli.phar import blogwasyaco.wordpress.2016-01-06.xml  --authors=create