$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'); ?>themes - Error when using 'continue reading'|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)

themes - Error when using 'continue reading'

matteradmin9PV0评论

Using theme 'Twenty Ten' and recently the "Continue reading' at the bottom of a post no longer goes to the text, but ends up on an error page.

Where can we fix this issue?

Using theme 'Twenty Ten' and recently the "Continue reading' at the bottom of a post no longer goes to the text, but ends up on an error page.

Where can we fix this issue?

Share Improve this question edited Mar 6, 2019 at 19:51 Qaisar Feroz 2,1471 gold badge9 silver badges20 bronze badges asked Mar 6, 2019 at 17:29 user162637user162637 1 1
  • 2 What is the error specifically? What does the 'continue reading' link look like - is it the same as it was before (as best you can tell) or has it changed to something else? Is there anything useful in the PHP logs on the server? And if you don't get any useful information from the error or logs, can you try you enabling WP_DEBUG in your wp_config and test again? – Rup Commented Mar 6, 2019 at 17:32
Add a comment  | 

1 Answer 1

Reset to default 2

Without further info I usually check permalink settings when I see 404s where I would expect it should work.

Go to WordPress Admin > Settings > Permalinks, just loading the admin page should refresh the settings. Recheck the links that were giving you issues.

Post a comment

comment list (0)

  1. No comments so far