无法通过wp-admin发布数据

时间:2018-07-23 作者:Gireesh T

我有一个wordpress网站,wordpress版本是“3.8.26”。我的php版本是7。

当我向我的网站添加新帖子时,它不会显示“发布按钮”,而是显示“提交以供审阅”。按钮enter image description here

类别也不会显示在wp admin页面右侧。

任何人都可以帮我解决这个问题。

enter image description here

非常感谢。

如果我提交审核按钮,它将显示

enter image description here

1 个回复
SO网友:Baikare Sandeep

我建议通过调试代码来尝试,可能是因为新版本的PHP出现了问题。尝试将此代码写入wp-config.php 文件并查看是否有任何错误:


 // Enable WP_DEBUG mode
define( \'WP_DEBUG\', true );

// Enable Debug logging to the /wp-content/debug.log file
define( \'WP_DEBUG_LOG\', true );

// Disable display of errors and warnings 
define( \'WP_DEBUG_DISPLAY\', true);
@ini_set( \'display_errors\', 1 );

// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( \'SCRIPT_DEBUG\', true );
注意:您必须在/*之前插入此内容。仅此而已,请停止编辑!快乐的博客。*/在wp配置中。php文件

结束

相关推荐

Counting Posts by Category

我试图学习WP查询,但发现它有点难。我有从论坛插件(wps\\u Forum\\u post)创建的帖子,我希望根据所选类别(wps\\u Forum\\u post.meta.wps\\u fe\\u brand-retailer-service)和进一步选择的三个计数(wps\\u Forum\\u post.meta.wps\\u fe\\u overall-experience)按降序显示计数。我似乎不知道该怎么做。我想显示与此类似的结果:品牌B帖子(共32篇)-正面(10篇)无所谓(12篇)负面