Comments 1Anastasia started the conversationJuly 3, 2019 at 6:22pmThe theme loses the frontpage. It used to change to home2. Now that I deleted home 2 I just get a 4041 Like 2,635Kevin repliedJuly 4, 2019 at 7:33amHi Anastasia !Please select the Home page again by going to Settings-> Readdings at the wp-admin control panel, then selecting the static page to make Homepagethank you 1Anastasia repliedJuly 4, 2019 at 10:49amI did that but it happens all the time. As you understand I cannot be monitoring the website for losing the homepage. This is not serious 2,635Kevin repliedJuly 5, 2019 at 1:30amHi Anastasia !I have set the default home page for you "Aledoro Jewelry and art" it will be your homepage, please check if there is a change?thank youZoe repliedJuly 8, 2019 at 7:48pmYes, same issue with me.I selected homepage 10 from setting-> reading but after sometimes it goes back to the default Home. I tried it several time but it is keep resetting it to its default home1.I am on my localhost. Please advice. 2,635Kevin repliedJuly 9, 2019 at 2:30amHi Zoe Add this code to function.php (Appearance-> Editor-> function.php) to set your home page $homepage = get_page_by_title ('Home');if( isset ($homepage) && $homepage->ID) {update_option('show_on_front', 'page');update_option('page_on_front', $homepage->ID);} The 'Home' and the title of the home you want to set is "Home10" that you want to setthank you 1Anastasia repliedAugust 20, 2019 at 7:07pmI have not tested that code. However, after doing an update, the theme switched the homepage to blog...this is NOT serious 2,635Kevin repliedAugust 21, 2019 at 2:42amHi Anastasia !what you need to do to avoid this problem is the deactive plugin FTC Importer, the problem will be solvedthank you Sign in to reply ...
The theme loses the frontpage. It used to change to home2. Now that I deleted home 2 I just get a 404
Hi Anastasia !
Please select the Home page again by going to Settings-> Readdings at the wp-admin control panel, then selecting the static page to make Homepage
thank you
I did that but it happens all the time. As you understand I cannot be monitoring the website for losing the homepage. This is not serious
Hi Anastasia !
I have set the default home page for you "Aledoro Jewelry and art" it will be your homepage, please check if there is a change?
thank you
Yes, same issue with me.
I selected homepage 10 from setting-> reading but after sometimes it goes back to the default Home. I tried it several time but it is keep resetting it to its default home1.
I am on my localhost.
Please advice.
Hi Zoe
Add this code to function.php (Appearance-> Editor-> function.php) to set your home page
$homepage = get_page_by_title ('Home');
if( isset ($homepage) && $homepage->ID) {
update_option('show_on_front', 'page');
update_option('page_on_front', $homepage->ID);
}
The 'Home' and the title of the home you want to set is "Home10" that you want to set
thank you
I have not tested that code. However, after doing an update, the theme switched the homepage to blog...this is NOT serious
Hi Anastasia !
what you need to do to avoid this problem is the deactive plugin FTC Importer, the problem will be solved
thank you