Page 1 of 1
Is it possible lists a specific category (and its subcategories), instead of the entire forum?
Posted: Wed Mar 18, 2026 8:14 pm
by JDoo
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]
Re: Is it possible lists a specific category (and its subcategories), instead of the entire forum?
Posted: Wed Mar 18, 2026 9:16 pm
by axew3
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:
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"]
You can use the param:
Code: Select all
phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2"
to open the iframe as default into the forum page you want
Or you mean something else? If any problem just let know