Hello Bojan, how are you today? For my part, I’m ok but have a little (and probably easy to solve) problem ??
I used get_sidebar function into my custom template but I cannot find the name I gave to it on the widget options. Here is the code :
<?php
/* Template Name: Custom Forum */
get_header();
global $wp_pro_forum_page;
?>
<div id="forum-single">
<div id="content" class="block clearfix">
<div id="primary" class="hfeed" role="main">
<?php $wp_pro_forum_page->pro_forum_single_page(); ?>
</div>
<?php get_sidebar("forum-single"); ?>
</div>
</div>
<?php
get_footer();
?>
What do I have to do more for the sidebar’s name “forum-single” will be displayed in the option “sidebar location”?
Thanks you in advance and I wish you to have a good day ??
Pierre