$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'); ?>theme development - home is not working in wordpreess|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)

theme development - home is not working in wordpreess

matteradmin10PV0评论

all Inner pages are working fine but home page is not working admin is working fine

home page not working I have added wp-confing file

define('WP_DEBUG', true);
define('WP_ALLOW_REPAIR', true);
define( 'WP_DEBUG_DISPLAY', true ); 

but not get any error

home page dispaly blank I have check all plugin disable but still error are coming

all Inner pages are working fine but home page is not working admin is working fine

home page not working I have added wp-confing file

define('WP_DEBUG', true);
define('WP_ALLOW_REPAIR', true);
define( 'WP_DEBUG_DISPLAY', true ); 

but not get any error

home page dispaly blank I have check all plugin disable but still error are coming

Share Improve this question edited May 28, 2018 at 5:39 Dharmishtha Patel asked May 28, 2018 at 5:32 Dharmishtha PatelDharmishtha Patel 7135 silver badges18 bronze badges 7
  • describe more.. – Jignesh Patel Commented May 28, 2018 at 5:34
  • Patel Jignesh my site home page is blank all inner page are working i have change setting in admin for home page still not working – Dharmishtha Patel Commented May 28, 2018 at 5:40
  • you try or not save permalink if no then just try it. hope work? and any error in console? – Jignesh Patel Commented May 28, 2018 at 5:48
  • I have check to permalink not working home page Patel Jignesh – Dharmishtha Patel Commented May 28, 2018 at 5:51
  • This sounds more like a theme problem. What theme are you using? – Nathan Powell Commented May 28, 2018 at 6:54
 |  Show 2 more comments

2 Answers 2

Reset to default 0

Please try disabling all your Plugins by going to your File Manager through cpanel, in wp-content folder rename the plugins folder to "Plugins-old" and then check if the homepage is back. If it is not then try disabling the themes by renaming the folder the same way as well. If the homepage still isn't back then, can you provide the URL of the site so I can have a look?

Let me know if this works or not. :)

I have to remove "/" in a wp-option table site URL

Post a comment

comment list (0)

  1. No comments so far