I have a solution! Go to the file: wp-admin/themes.php
There is a line:
$preview_link = esc_url(get_option(‘home’) . ‘/’);
Change the get_option piece to read: get_option(‘siteurl’)
That worked for me perfectly.
Good luck!
I have a solution! Go to the file: wp-admin/themes.php
There is a line:
$preview_link = esc_url(get_option(‘home’) . ‘/’);
Change the get_option piece to read: get_option(‘siteurl’)
That worked for me perfectly.
Good luck!
I have a solution! Go to the file: wp-admin/themes.php
There is a line:
$preview_link = esc_url(get_option(‘home’) . ‘/’);
Change the get_option piece to read: get_option(‘siteurl’)
That worked for me perfectly.
Good luck!