Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Hi team... its a way to add the topics for the shortcode [wpforo item="forum" id="X"] but without the header (menu, breadcrumb) and the footer (stats)?
Cheers!
There are options to disable all forum components, but they work generally not for current page. At the moment the only way I see is CSS codding. For example if the page ID is X, your CSS code should look like this:
.page-id-X #wpforo #wpforo-wrap .wpforo-menu{display:none;}
.page-id-X #wpforo #wpforo-wrap .wpf-breadcrumb{display:none;}
.page-id-X #wpforo #wpforo-wrap #wpforo-footer{display:none;}
You can put this code in Forums > Settings > Styles admin page in Custom CSS Code textarea.
Hi team... its a way to add the topics for the shortcode [wpforo item="forum" id="X"] but without the header (menu, breadcrumb) and the footer (stats)?
Cheers!
how you set a image here?
Hi behrooz,
I'm sorry but I didn't follow you. Where exactly you want to add an image? Please leave some screenshot with pointers.