How to perform WordPress backups using wp-cli?

You can use the WP-CLI command wp db export <filename> Run the command from within the home directory for the install. Now, you have a database included in your files. Zip up the directory and move it aside. Now you can perform the upgrade, and if something breaks, replace with the old site and import … Read more

How to change Parent Themes in Child Theme CSS

I think you are confused about this. Let me explain. The @import url(“../responsive/style.css”); is telling the Child theme to import the Responsive themes style.css. This is important because without this the Child theme doesn’t know what its Parent theme is. So the @import url(“../responsive/style.css”); points the Child theme to the default (main) file in the … Read more

Recover from failed multisite conversion

If you still have access to your wife’s blog, I would recommend: Running a regular WordPress export of the content Downloading the entire /wp-content directory over FTP These are the two most important parts of the site – the content and the uploads. From this, you should be able to recreate the site on a … Read more

How to backup and restore configurations

You must export all table beginning with your WordPress prefix. Open your phpmyadmin panel. Then open your wordpress database. Click “export” from top menu. Select “Export Method:” as custom. Select your all tables beginning your prefix. Then go to bottom of page click “go”. You got your SQL file. Move all files to new directory. … Read more

WordPress Backup

There’s 2 steps required to take a full backup. Backup your content Backup your files Backup Content To backup your content, you can use the WordPress export tool. Or you can take a database dump or export copy of your database directly from phpMyAdmin which is the best method. Another way to backup your content … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)