ColdFusion site to WordPress?

There is no direct way to ‘convert’ an old site. If you did attempt it, there would be much customized programming needed to grab data from the CF pages into the WordPress site. It can be done, but I don’t know if the effort is worth it. It all depends on the site content. If … Read more

Media Library empty after server migration

I have found that the easiest way to ‘move’ a blog is to clone it with WP Clone plugin (https://wordpress.org/plugins/wp-clone-by-wp-academy/ ). You install it on the source system and do a backup. Then you install it on the target system and restore the backup. Ta-da! Both systems are exactly the same. Although you can do … Read more

The issue of redirecting my site to a new domain

There is a search and replace plugin I have used that works pretty good. http://wordpress.org/extend/plugins/search-and-replace/ In the future I would not hard code any links in if you can help it as well. Use dynamic linking like: $url = site_url(‘/secrets/’); echo $url; or: img src=”https://wordpress.stackexchange.com/questions/81722/<?php echo get_stylesheet_directory_uri() ?>/images/aternus.png” alt=”” title=”” width=”” height=”” /> as an … Read more

How to change url’s in WordPress when changing domain [duplicate]

I had much success using https://github.com/interconnectit/Search-Replace-DB Though there are Plugins for WordPress available that do a Search & Replace, i recommend the above linked script. In older WordPress versions it was possible to move an entire site by simply replacing some strings, but as far as i know, WordPress now creates hashes/indexes for some strings … Read more

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