how to add forum in wordpress website without plugin ?

Asked 6 years ago Modified 21 hours ago 4029 Views
0
Aayush Poudel Post Date: May 07, 2019

Answers (1)

1

Basically, it's quite similar to the basic crud operation with a touch of authentication so that nobody could post unwanted contents on the forum.

You can add your own custom data table for forum questions, answers, likes, comments and users. This link How to add custom data tablein wordpress dashboard will guide you through the process on how to add, display, delete and edit data from a custom table in wordpress.

Rest is all logic.

Since, it's a pain to create all those tables and then write your own piece of logic for everything, most people use plugins like bbpress, buddypress, forumengine, etc.

If you still want to write it on your own and need further assistance let us know and we might come up with a detailed article on that as soon as possible.

Jiwan Thapa Answered: May 07, 2019
Comments

Sign in to help the community by answering this question.

Log In to Answer