Page 1 of 1

Using WordPress to Create a FAQ System With Custom Post Type

PostPosted: Mon Jun 02, 2014 8:10 am
by vinu
What do we need to build an FAQ system?

We need fields for questions and answers.
We need categories to classify and separate different types of questions and their answers.
In our case, we need a shortcode to embed these question groups or all questions in a page or a post.
Let's begin by creating the custom post type.

Step 1: Creating the Custom Post Type
.....(more)