Try to add the following two lines in wp-config.php file:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Related Posts:
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- How to add some custom HTML to the edit posts page
- Site Title and Tagline in Theme Options Page
- Moving a PHP web-app to WordPress
- Jquery no more loading, load-scripts.php not found (404)
- Admin Bar (Toolbar) not showing on custom PHP file that loads WordPress
- Admin Media grid view images won’t load
- How to Join two tables from separate databases within WordPress
- Site Title and Tagline in Pagelines DMS Options Panel
- Enqueue Javascript Correctly for 3.5
- Would manually deleting the dumping data fix a “#1062 – Duplicate entry ‘1’ for key ‘PRIMARY'” phpMyAdmin error?
- POSTS list in WordPress by views
- Sortable admin column for one meta key with three possible meta values
- WordPress if (is_page) translation on certain page
- Performance issues with large website [closed]
- How to migrate the posts from an old custom legacy blog to a new WordPress website?
- #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- How to override wp-admin styling
- List User order by ID in Descending order (Backend)
- JQuery not working on WordPress Admin page [closed]
- Admin username and password
- White Screen of Death – wp-admin
- Stumped on migration
- phpMyAdmin displays error when importing database
- Can’t extend some core classes
- Retrieving Author ID in wp-admin area
- How to create a form and display its content as table in admin panel?
- Best practice for migration friendly images in posts/pages?
- WordPress not reflecting changed of the database
- Namespace spl_autoload problem in WordPress admin
- Unreadable pagination
- remove wp floating submenu in wp dashboard
- My custom wp-admin php files stopped working
- How to display data from custom table in wordpress phpmyadmin
- Call to undefined function wp() in wp-blog-header.php
- Cannot access wp-admin (wordpress dashboard)
- Cannot access wp-admin/wp-login.php (WordPress backend) anymore, what could be wrong?
- Remove metabox from WordPress menu editor page?
- Is it possible to create a wordpress database with php code?
- How to make my custom widget appear within WordPress widgets? Plugin development
- PHP version problem?
- Programmatically create page when saving custom post type post
- WordPress admin is incredibly slow [closed]
- inserting a post from an extern php file but post content doesn’t show on wp site
- How to change menu labels
- Trouble Installing WordPress Get PHP Not Running Answer
- WordPress admin-ajax.php
- How can I open up my administrative panel to everyone?
- How do I modify the custom footer text and get theme version number to show in wordpress admin?
- Update a buggy installation
- WordPress ajax-action failing because of newline in response
- Admin backend, show post from a category and exclude the posts from subcategories
- HELP! Frontend User Profile Edit Won’t Update Email
- Right way to display the_author_meta fields?
- Use page-templates without creating theme
- Get value of submit button in custom post type
- defined (‘ABSPATH’) false after AJAX post to other PHP-file
- wp_query beginner
- 403 Forbidden Localhost Wamp Apache Php
- Changing WordPress author name in database
- migrating wordpress, but getting some php parsing errors
- I changed the password for the database user of my website, updated wp-config.php and wordpress asks to be reinstalled
- Migrating a live WordPress website to a Local Server: why some elements of the website are missing?
- admin uploads pre_get_posts not working as expected
- Issue with search form admin panel after PHP migration
- Renaming “Expand Details” within “Add Media”
- WordPress error on my website
- Add options to WordPress backend
- Styling admin page rows in order of importance (checkboxes)
- How to merge 2 WordPress sites?
- Migrate php folder to WordPress
- WordPress Errors after Host Migration
- admin-ajax.php loading many times
- WP Login Button for current domain
- What’s the .php file which generates the Custom Background page in the admin panel?
- How to replace wp-admin login page to another location?
- Adding jquery using php function
- Why can’t I enter the wordpress admin interface?
- How do I change the Go To Categories link in the term_updated_messages
- How to continuously developing a WP site that is already deployed in production without damaging it during development
- Why can’t I enter the wordpress admin interface?
- What is the best way to reset the site? Different fails while set up
- How to change wp-admin and wp-login urls
- How to create a User Role and give permission to only use Web Stories plugin?
- How to run site locally after downloading database
- Add Woocommerce Customers link to custom admin menu
- PHP FATAL ERROR
- How to use phpspreadsheet reader with $wpdb
- Importing data from excel sheet on webpage rather than from within phpMyAdmin
- Restricting access to a file for everyone except logged in users
- How rename wp-content and wp-admin folders correctly
- How to access admin menu labels and links on front-end?
- I’m unable to remove the code that I used to restrict access to the profile page for subscribers
- WordPress Theme file editor – error with sleep() php function
- 404 Error after URL update
- Trouble with WordPress Settings API: Form Submits When Fields Called Directly, Fails When Using Callbacks
- How to Customize the Admin Sidebar Menu in WordPress Multisite Network by changing the backend code of the wp-admin code files?
- WordPress admin area not sending mail (but works with WP Mail SMTP, Test Mail, and PHP mail() function)
- How to return count number from a wordpress database
- How can I catch WordPress custom settings page slug has already changed?