is there anyway to just show the first level of sub forums on main forum view and not sub forums of sub forums?
like in the picture i just want the circled sub forums displayed on main forum view.
is there anyway to just show the first level of sub forums on main forum view and not sub forums of sub forums?
like in the picture i just want the circled sub forums displayed on main forum view.
https://simple-press.com/documentation/codex/api/template-functions-and-the-api/display-template-functions/group-view/sp_forumindexsubforums/
Function sp_ForumIndexSubForums()
You will want to pass in the ‘allNested’ argument as a zero. That’s in the group view template of your forum theme. I think you said you are already using a child theme…. yes? Do you know how to do this?
so i put the allnested=0 in this line?
sp_ForumIndexSubForums(‘unreadIcon=sp_SubForumUnreadIcon.png’, __sp(‘Sub-Forums:’), __sp(‘Browse topics in %NAME%’));
yes – as in:
sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&allNested=0', __sp('Sub-Forums:'), __sp('Browse topics in %NAME%'));
note the ampersand