Support Forum
have you seen this: https://simple-press.com/docum.....ed-topics/
have you added the template tag to your theme to display the list?
Visit Cruise Talk Central and Mr Papa's World
sorry, what cant you find?
you would add the template tag, sp_FeaturedTopicsTag($args=”), with any options passed as $args, to your sp theme in the location you want it to display...
Visit Cruise Talk Central and Mr Papa's World
where do you want it to display?? need to know where you want the output in order to help on where to add the tag...
Visit Cruise Talk Central and Mr Papa's World
not sure what you mean by in groups, so lets do the header, after the breadcrumbs.... open your spHead.php template file of your sp theme (think you have a child)...
after:
sp_SectionStart('tagClass=spPlainSection spLeft', 'breadCrumbs'); sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=0&truncate=35&homeIcon=&icon=', 'Home'); sp_SectionEnd('', 'breadCrumbs');
add in the template tag, with a bit of html for organization:
sp_InsertBreak(); sp_SectionStart('tagClass=spPlainSection'); sp_FeaturedTopicsTag ('tagClass=spFeaturedTopics'); sp_SectionEnd();
then you can just style it yourself... or move it elsewhere...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)