admin管理员组文章数量:1122832
I am running wordpress 4.3 with my custom theme. Everything was going fine but today when i tried to post new article on my blog i notice that when i click on publish button it stuck on loading. I tried so many times but faced same problem. Please see attached screenshot.
And that post saved as draft in (all posts). Then i clicked on quick edit and change the status draft to publish and then it publish successfully. Please see attached screenshot.
Same thing happening with my pages too that i can not update or create new pages. I changed the theme everything is working fine. That means the problem is in my theme. I tried to find solution and tried all tips and tricks but could not resolve this issue.
I am running wordpress 4.3 with my custom theme. Everything was going fine but today when i tried to post new article on my blog i notice that when i click on publish button it stuck on loading. I tried so many times but faced same problem. Please see attached screenshot.
And that post saved as draft in (all posts). Then i clicked on quick edit and change the status draft to publish and then it publish successfully. Please see attached screenshot.
Same thing happening with my pages too that i can not update or create new pages. I changed the theme everything is working fine. That means the problem is in my theme. I tried to find solution and tried all tips and tricks but could not resolve this issue.
Share Improve this question edited Sep 2, 2015 at 18:30 Mohammad Kashif asked Sep 2, 2015 at 17:59 Mohammad KashifMohammad Kashif 332 silver badges8 bronze badges2 Answers
Reset to default 1You are most probably using an outdated version of Advanced Custom Fields plugin. I had the same issue. Updating to latest version fixed the issue.
You want to isolate what changes were made that caused the issue. If there is any way of narrowing down when the problem started - i.e. after what code or plugin changes - that would be my first stop.
If you can't think of any suspects:
- Look in your browser's Javascript console and see if an error pops up when you try and publish the post. If so, the source (and type) of the error will hopefully give you a hint about the source of the problem.
- If there are no Javascript errors on publish, you may have an issue on the save post hook. Have there been any recent code changes using this hook?
- If you recently upgraded Wordpress through a manual process you could have accidentally missed adding/replacing some files in the process.
Still struggling to find the source of the issue?
- Check if it's a plugin issue: Disable all your plugins (in a dev environment), and then see if publishing now works properly. If so, it's probably not a plugin issue. If not, gradually re-enable plugins until you find the culprit, paying particular attention to the most recently enabled plugins.
- Check if it's a code issue: If you're on a version control system, roll back until you locate the last commit where the functionality worked, then see what code changes were made in the commit that broke things.
本文标签: theme developmentI am unable to publishupdate post
版权声明:本文标题:theme development - I am unable to publishupdate post 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736305014a1932439.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论