$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>homepage - Coming soon page used instead of home page|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

homepage - Coming soon page used instead of home page

matteradmin7PV0评论

I am new in WordPress I have problem regarding coming soon page. I developed my hole one pager website and set my static page home also disable coming soon page (of hosting provider also) after that I done google indexing but when I search url my domain showing coming soon page I dont know where is this page set in wordpress Please help me to show my home page when i search my url.

I am new in WordPress I have problem regarding coming soon page. I developed my hole one pager website and set my static page home also disable coming soon page (of hosting provider also) after that I done google indexing but when I search url my domain showing coming soon page I dont know where is this page set in wordpress Please help me to show my home page when i search my url.

Share Improve this question edited Apr 3, 2019 at 18:01 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Apr 3, 2019 at 17:12 Rana BilalRana Bilal 32 bronze badges 2
  • Can you provide a url? – middlelady Commented Apr 3, 2019 at 18:45
  • ddgroup.pk (not showing my Home page) – Rana Bilal Commented Apr 3, 2019 at 21:48
Add a comment  | 

2 Answers 2

Reset to default 1

It looks like your theme has some sort of maintenance mode - there is a CSS class on the <body> of elementor-maintenance-mode

Have a look at the documentation here: https://docs.elementor/article/194-maintenance-mode

If you have a theme check the theme options. If you have a plugin check if you have disabled the mode before disabling the plugin. Check your htaccess file in the root folder if it contains anything else than the detail content between #Begin WordPress and #End WordPress. Check if you have an index.html in the root folder of your website and delete it - note: do NOT delete index.php

Edit: You are new - so - it's always a good idea to backup anything before you delete or modify it!

Post a comment

comment list (0)

  1. No comments so far