Notifications
Clear all

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!

 

Add forum plugin to an existing page

3 Posts
2 Users
0 Reactions
341 Views
Posts: 2
Topic starter
(@jtwine)
New Member
Joined: 7 months ago

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?

2 Replies
Sofy
Posts: 4911
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

You can use the shortcodes provided in this documentation: https://wpforo.com/docs/wpforo-v2/getting-started/forum-page/wpforo-shortcodes/

Reply
Posts: 2
Topic starter
(@jtwine)
New Member
Joined: 7 months ago

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?

Reply