Notifications
Clear all

[Solved] Create post link

2 Posts
2 Users
0 Reactions
590 Views
Posts: 4
Topic starter
(@prokops_dk)
Active Member
Joined: 11 months ago

Hello!

I'd like to have a button that points to "create a new topic" form.

Is this possible?

1 Reply
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

You can call it using /add-topic/ URL path after the forum base path. Like this: https://wpforo.com/community/add-topic/

You can add preselected forum ID to URL /add-topic/19/

You can use these shortcodes to create separate "Add Topic Page" (wrap with [ and ]):

  • wpforo item="add-topic"
  • wpforo item="add-topic" id="19"
  • wpforo item="add-topic" slug="how-to-and-troubleshooting-2"

This was added one year ago in 1.8.0 version: https://wpforo.com/community/wpforo-announcements/wpforo-1-8-0-is-released/