In summary, here are the things that worked for my wordpress website.
- Database: wp_options
siteurl = http://libertygeneralbaptistchurch.org/
home = http://libertygeneralbaptistchurch.org/wordpress - File: wp-config.php
Add the following two lines after
* @package WordPress
*/
define(‘WP_HOME’,’http://libertygeneralbaptistchurch.org/’);
define(‘WP_SITEURL’,’http://libertygeneralbaptistchurch.org/’); - Home menu button = fix custom link in menu
- Don’t forget to change the database username and password in wp-config.php