Hello,
I am attempting to render SP forums into a custom template page.
Is this possible I have tried several different versions of code but it will not display correctly..
I have tried both of these currently:
echo do_shortcode(‘[sp-forum]’);
<?php if (function_exists(‘sp_render_forum‘)) { sp_render_forum(); } else { echo ‘Simple:Press is not available or not installed properly.’; }