我已经安装了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
选项。
有什么建议吗?
注意:没有安装插件
答案 0 :(得分:1)
由于您提到没有安装插件,因此可能会出现两种情况。我假设你已经尝试过切换到默认的WordPress主题。
您没有任何网页。我查了一下这个。当没有页面时,WP会隐藏该设置。
您选择X页作为静态首页,之后X页进入草稿/删除。