Notifications
Clear all

Forum Post Integration

2 Posts
2 Users
0 Reactions
513 Views
Posts: 3
Topic starter
(@shaun)
Active Member
Joined: 11 months ago

Hi, is there a way for me to integrate a certain post on my forum so that I can display only this post on one of my website's pages. 

I know that if you have one parent category for all forums you may use a shortcode in home page content with that one parent category ID.

For exampe, if your forum tree is this:

  • - Main parent category (ID: 25)
  • ---- Forum 1
  • ---- Forums 2
  • -------- Subforum 2.2.
  • ---- etc...

However I don't want to display a full forum topic or category. I want to display only one post from one certain forum topic. is this possible to do? 

1 Reply
BlackRaz
Posts: 404
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi @shaun,

You can use this type of shortcodes

[wpforo boardid="0" item="topic" slug="TOPIC_SLUG_HERE"]

For more info about wpforo shortcodes:
https://wpforo.com/docs/wpforo-v2/getting-started/forum-page/wpforo-shortcodes/

Reply