wp-knowledgebase icon indicating copy to clipboard operation
wp-knowledgebase copied to clipboard

WP Knowledgebase

Results 16 wp-knowledgebase issues
Sort by recently updated
recently updated
newest added

`require()` will print the output of the included file's content by default even if returning as a value. Previous implementation results in broken result json response for any pages of...

Conflict between Divi theme and WP Knowledgebase reported by several users: a '1' appears in the footer. A user provided the following solution: > I commented out the line #128...

Raised via forum: https://wordpress.org/support/topic/scandic-lettersaoa-in-search/ > using the plugin and it works great. I noticed that while searching with a keyword that has scandic letters(ä,ö,å), search works fine and returns articles...

Hi, I'm using your plugin and I come across an issue with an RSS Feed for the wp-knowledgebase categories. The feed renders but does not contain any articles. I'm using...

Adjusting some translations and add French

I copied templates to my theme and I couldn't get page title displayed. There is this code: `` But in KBE_PAGE_TITLE is slug, not title `define( 'KBE_PAGE_TITLE', kbe_get_knowledgebase_page_id() );` ```...

Hi, firstly thanks for the plugin, I like it a lot. Just thought you should know in version 1.1.7 in the file /includes/kbe-core-functions.php the function kbe_styles() has this line: ```...

Upon plugin activation, I get a warning at the top of my WP Admin: ``` Notice: Use of undefined constant KBE_PLUGIN_SLUG - assumed 'KBE_PLUGIN_SLUG' in /srv/www/ooc.teamrubiconusa.org/current/web/app/plugins/wp-knowledgebase/articles/kbe_articles.php on line 30 ```...

Cleaning up the `uninstall.php` for large parts. - One note is that I've omitted the code that deletes images. I'm not sure if that should be deleted as it is...