Permalink Manager Lite and BasePress Knowledge Base
-
Hi,
i install Permalink Manager Lite and BasePress Knowledge Base,
and BasePress Knowledge Base’s home can not load well.1. i try to disable Permalink Manager Lite,
BasePress Knowledge Base’s home can show the KB well.2. i contact BasePress Knowledge Base,
they do not understand why it,
and they give me a code to add into functions.php,
and the home works,im not sure if you can help check it?thanks
add_action( 'wp_enqueue_scripts', function(){ if( is_page( 20 ) ){ global $basepress_utils; $basepress_utils->is_knowledgebase = true; } }, 5 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Permalink Manager Lite and BasePress Knowledge Base’ is closed to new replies.