How to install templatemonster theme using wp-cli

Upload your template_XXXXX_XXXXXXXXXXX.zip to folder where your WordPress is installed

Unzip template_XXXXX_XXXXXXXXXXX.zip to some temporary folder.

Then find two zip files under temp_extract/theme/ folder and move them to document root directory of your website.

unzip template_XXXXX_XXXXXXXXXXX.zip -d temp_extract
mv temp_extract/theme/CherryFramework.zip ./
mv temp_extract/theme/themeXXXXX.zip ./

Install them one by one

wp theme install CherryFramework.zip --activate
wp theme install theme49281.zip --activate

Enjoy.

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *