How to transfer all posts, pages and media

That would involve looping through all posts of all types and then delete the extra fields per post. You could run the following code once in your new theme: $args = array (‘post_type’ => ‘any’, ‘posts_per_page’=>-1) $query = new WP_Query ($args); if ( $query->have_posts() ) { while ( $query->have_posts() ) { $the_query->the_post(); // delete unwanted … Read more

back up fully Customized WordPress theme [closed]

Best practice to backup whole theme and data, first you need to export the XML file. Login to WordPress Dashboard > Tools > Export Every theme save their options differently, You can use third party plugin which favors your theme to export the settings.

Advice On How to Backup WordPress

Personally, I back up my site with a plugin and don’t rely on my web host provider to create backups. ManageWP is a good option for website backups. However, if you need to upload your backups to own cloud storage (like Amazon S3, Dropbox) from ManageWP, you have to pay the extra fee for that … Read more

404 on CSS and JS only on Homepage

There is an extra ‘x’ in the url on the home page for assets: https://onemoresong.com.au/wp-content/themes/themify-ultrax/themify/css/themify.common.min.css?ver=4.9.9 Remove the ‘x’ from themify-ultrax and your assets load: https://onemoresong.com.au/wp-content/themes/themify-ultra/themify/css/themify.common.min.css?ver=4.9.9 Check your home template to make sure you didn’t accidentally type x there or in your enqueueing of assets. Lastly check our database for this incorrect naming of the theme … Read more

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