hello
Is it possible to set up a WordPress page so that it only lists a specific category (and its subcategories), instead of the entire forum?
thank you
[TITLE EDITED]
Is it possible lists a specific category (and its subcategories), instead of the entire forum?
-
JDoo
- User w

- Posts: 8
- Joined: Wed Jan 15, 2025 7:49 pm
- axew3
- w3all User

- Posts: 3032
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Is it possible lists a specific category (and its subcategories), instead of the entire forum?
Yes of course it is possible. Do you mean via iframe?
To do this, you should just use the shortcode to run pointing to the category you want.
Did you read this?
https://www.axew3.com/w3/2022/02/the-aw ... shortcode/
As you can see i added a shortcode into the help page that open a phpBB post into a single post.
You can use like this:
You can use the param:
to open the iframe as default into the forum page you want
Or you mean something else? If any problem just let know
To do this, you should just use the shortcode to run pointing to the category you want.
Did you read this?
https://www.axew3.com/w3/2022/02/the-aw ... shortcode/
As you can see i added a shortcode into the help page that open a phpBB post into a single post.
You can use like this:
Code: Select all
[w3allphpbbiframe phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2" wp_page_name="board" wp_page_iframe_top_gap="300"]
Code: Select all
phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2"Or you mean something else? If any problem just let know