Hi @anjanphukan,
the Modern theme doesn’t output the description in the other pages but we can customise that.
Please follow the instructions on this article on how to customise the templates: https://codesavory.com/knowledge-base/basepress/basepress-themes/customise-theme/
The files you want to change are:
single-section.php
two-columns-right.php
two-columns-left.php
full-width.php
In those templates you can just add the following line after the title inside the header tag:
<p><?php echo $bpkb_knowledge_base->description; ?></p>
If you have problems doing this let me know and I’ll prepare the files for you.
Thanks
-
This reply was modified 6 years, 7 months ago by
BasePress.
Hi @codesavory,
It worked. Thank you so much.
Hi,
That’s great!
I hope you’ll enjoy using BasePress!
Yes, it is great just like the support.
Thank you.