开发者 |
iova.mihai
EnigmaWeb helgatheviking sormano Base29 macbookandrew |
---|---|
更新时间 | 2020年11月9日 21:27 |
捐献地址: | 去捐款 |
PHP版本: | 4.7 及以上 |
WordPress版本: | 5.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[kbe_knowledgebase]
. If you want to change the slug of that page do so via the WP Knowledgebase settings.
Advanced Customisation
Developers, you can completely customise the way the WP Knowledgebase displays by copying the plugin templates to your theme and customising them there. You may be familiar with this method of templating as used by WooCommerce.
In the plugin's root directory you will find a folder called template
. You can override that folder and any of the files within, by copying them into your active theme and renaming the folder to /yourtheme/wp_knowledgebase
. WP Knowledgebase plugin will automatically load any template files you have in that folder in your theme, and use them instead of its default template files. If no such folder or files exist in your theme, it will use the ones from the plugin.
This is the safest way to customise the WP Knowledebase templates, as it means that your changes will not be overwritten when the plugin updates.
Official Demo
wp-knowledgebase
folder to the /wp-content/plugins/
directory or install it from the plugin directory via your Plugins dash.Knowledgebase
tab that appears in your admin menu.[kbe_knowledgebase]
. If you want to change the slug of that page do so via the WP Knowledgebase settings.
Advanced Customisation
Developers, you can completely customise the way the WP Knowledgebase displays by copying the plugin templates to your theme and customising them there. You may be familiar with this method of templating as used by WooCommerce.
In the plugin's root directory you will find a folder called template
. You can override that folder and any of the files within, by copying them into your active theme and renaming the folder to /yourtheme/wp_knowledgebase
. WP Knowledgebase plugin will automatically load any template files you have in that folder in your theme, and use them instead of its default template files. If no such folder or files exist in your theme, it will use the ones from the plugin.
This is the safest way to customise the WP Knowledebase templates, as it means that your changes will not be overwritten when the plugin updates.Please go to Settings > Permalinks and resave your permalink structure.
Yes, use this php snippet <?php kbe_search_form(); ?>
This feature is not built into the plugin, however you can use another plugin to achieve this easily. I recommend WTI Like Post
You can do some basic presentation adjustments via Knowledgebase > Settings.
Developers, you can completely customise the way the WP Knowledgebase displays by copying the plugin templates to your theme and customising them there. You may be familiar with this method of templating as used by WooCommerce.
In the plugin's root directory you will find a folder called template
. You can override that folder and any of the files within, by copying them into your active theme and renaming the folder to /yourtheme/wp_knowledgebase
. WP Knowledgebase plugin will automatically load any template files you have in that folder in your theme, and use them instead of its default template files. If no such folder or files exist in your theme, it will use the ones from the plugin.
This is the safest way to customise the WP Knowledebase templates, as it means that your changes will not be overwritten when the plugin updates.
Please check that the shortcode [kbe_knowledgebase]
is added on the Knowledgebase main page. You can tweak the design using CSS in your theme. Or for more advanced customisation see previous point.
Yes. Any content restriction solution that is compatible with Custom Post Types should work with WP Knowledgebase.
Yes, the plugin is internationalized and ready for translation. If you would like to help with a translation please contact me You can also use it WPML. After installing and activating both plugins, go to WPML > Translation Management > Multilangual Content Setup > scroll all the way down > tick the checkbox 'custom posts' and 'custom taxanomies' for this post type, set to 'Translate'.
Yes. You can import/export data using the built in WordPress function via Tools. It may not import any images in use (although it will import the file paths) so you will need to copy across any images from your old site to the new site uploads folder via FTP. If images still appear broken or missing then you might need to run a search and replace tool to correct the image filepaths for your new site.
If you've tried all the obvious stuff and it's still not working please request support via the forum.