• Resolved Jglucks

    (@jglucks)


    Is there a way to add a new forum to different pages? For example: lets say I have Page 1 which is about Earth and Page 2 is about Mars — Can there be a forum just for the Earth page and a separate Mars forum on Page 2?

Viewing 1 replies (of 1 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    The main forum page should always exist. You should not delete the main page generated on wpForo activation. Then you can create two pages and use wpForo shortcodes.
    Say the ID of “Earth” forum is 10, you should put this shortcode in Page 1:
    [wpforo item="forum" id="10"]

    Say the ID of “Mars” forum is 20, you should put this shortcode in Page 2:
    [wpforo item="forum" id="20"]

    This shortcode will list all topics of this forum. You can add subForums to Earth and Mars in Dashboard > Forums > Forums admin page and they also will be displayed on according pages above all topics.

    More shortcodes in wpForo Doc:
    https://wpforo.com/docs/root/getting-started/forum-page/wpforo-shortcodes/

Viewing 1 replies (of 1 total)
  • The topic ‘Different forums for pages’ is closed to new replies.