Wordpress首页显示设置丢失

时间:2016-12-05 10:17:47

标签: wordpress admin wordpress-4.6 wordpress-4.5

我已经安装了Wordpress 4.6 / 4.5 / 4.4,final String HELPER_KEY = "Key"; Logger.e("TAG", "Key " + HELPER_KEY); SQLiteOpenHelperRegistry.register(HELPER_KEY, mDatabaseHelper); Intent intent = new Intent(c, SymmetricService.class); // Notify the service of the database helper key intent.putExtra(SymmetricService.INTENTKEY_SQLITEOPENHELPER_REGISTRY_KEY, HELPER_KEY); intent.putExtra(SymmetricService.INTENTKEY_REGISTRATION_URL, Constants.SYMMETRICDS_URL); intent.putExtra(SymmetricService.INTENTKEY_EXTERNAL_ID, node); intent.putExtra(SymmetricService.INTENTKEY_NODE_GROUP_ID, Constants.SYMMETRICDS_GROUP_ID); intent.putExtra(SymmetricService.INTENTKEY_START_IN_BACKGROUND, true); Properties properties = new Properties(); // initial load existing notes from the Client to the Server properties.setProperty(ParameterConstants.ENGINE_NAME, node); properties.setProperty(ParameterConstants.AUTO_RELOAD_REVERSE_ENABLED, "true"); intent.putExtra(SymmetricService.INTENTKEY_PROPERTIES, properties); c.startService(intent); 部分缺少Front page displays选项。

有什么建议吗?

注意:没有安装插件

enter image description here

1 个答案:

答案 0 :(得分:1)

由于您提到没有安装插件,因此可能会出现两种情况。我假设你已经尝试过切换到默认的WordPress主题。

  1. 您没有任何网页。我查了一下这个。当没有页面时,WP会隐藏该设置。

  2. 您选择X页作为静态首页,之后X页进入草稿/删除。