Limited Support
Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
Happy Holidays!
How would you go about adding wpForo to an existing WordPress page?
For example, i want take the standard blog page, and add to a continuing series of blog posts by administrators on a slider , and add a single discussion forum block under the row.
can you do this in any other way besides directly editing the html?
Hi,
You can use the shortcodes provided in this documentation: https://wpforo.com/docs/wpforo-v2/getting-started/forum-page/wpforo-shortcodes/
thanks. this seems to be what i am looking for
[wpforo] or [wpforo boardid="0"]
etc . .
but i am unclear as to how and where to place this ?
for example, here is the code for where i am trying to place the forum ...
inside a row on a Kadence generated 'Blog' page,
<!-- wp:kadence/column {"borderWidth":["","","",""],"uniqueID":"290_6ec24a-3a","kbVersion":2} -->
<div class="wp-block-kadence-column kadence-column290_6ec24a-3a"><div class="kt-inside-inner-col">
<!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group alignfull"><!-- wp:kadence/rowlayout {"uniqueID":"290_753d58-bc","columns":1,"colLayout":"equal","kbVersion":2} -->
<!-- wp:kadence/column {"borderWidth":["","","",""],"uniqueID":"290_d26249-70","kbVersion":2} -->
<div class="wp-block-kadence-column kadence-column290_d26249-70"><div class="kt-inside-inner-col"><!-- wp:html -->\
[wpforo]
<!-- /wp:html --></div></div>
<!-- /wp:kadence/column -->
<!-- /wp:kadence/rowlayout --></div>
<!-- /wp:group --></div></div>
<!-- /wp:kadence/column -->
obviously , this is wrong.
what am i missing here?