Dec 14, 2023 12:28 pm
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
Dec 15, 2023 12:12 pm
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/