admin管理员组文章数量:1425855
A few weeks ago, I had to move my blog due to a failing hard drive. It was running on an old server, and I took the opportunity to upgrade to php 7.2, coming from php 5.2 (yeah, I know).
Ever since, the pagination of the /wp-admin/edit.php (posts) is missing in the top right corner, but only for the first page. If I go to /wp-admin/edit.php?paged=2, then it appears again, and it's working as specified.
I am not sure where to look. Does anyone have an idea?
A few weeks ago, I had to move my blog due to a failing hard drive. It was running on an old server, and I took the opportunity to upgrade to php 7.2, coming from php 5.2 (yeah, I know).
Ever since, the pagination of the /wp-admin/edit.php (posts) is missing in the top right corner, but only for the first page. If I go to /wp-admin/edit.php?paged=2, then it appears again, and it's working as specified.
I am not sure where to look. Does anyone have an idea?
Share Improve this question asked Jun 6, 2019 at 21:53 jberculojberculo 1537 bronze badges 2- 1 A lot has changed since php 5.2. I would check to make sure all your functionality still works in the new version of php. You can also try going to the permalinks settings and saving that settings form. That will regenerate rewrite rules and htaccess/nginx.conf. – MikeNGarrett Commented Jun 6, 2019 at 21:56
- Thanks for your answer. answered more in detail below the first answer... – jberculo Commented Jun 7, 2019 at 8:19
1 Answer
Reset to default 0I'd first make sure that everything is updated: WP, themes, plugins.
Then I'd look at the plugin's WP page and see how long it's been since they have been updated. You might have some old plugins that could be causing problems, like maybe they are using old JS.
I'd also look at the page source of a couple pages to see if there is anything unexpected (code) in there.
Since the problem is pagination, perhaps your theme is old, and doesn't support new features. Take a look at the error.log file and see if there are errors relating to your theme (or any plugins).
And, perhaps, re-doing the Permalinks page (change it to something else, save it, then change it back to your preference) will 'reset' something.
Whatever it is, report back here so that your solution will help others.
本文标签: postsStrange behaviour in Wordpress admin
版权声明:本文标题:posts - Strange behaviour in Wordpress admin 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745428708a2658231.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论