How to plan or create the custom post type structure for my need

Support MB Custom Post Type How to plan or create the custom post type structure for my need

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44863
    raju.yarida@gmail.com[email protected]
    Participant

    Hello there,

    I am working on a website that is the same as https://meritnotes.com/ which is a quiz/questions website.

    The website will have different topics as shown in the navigation menu, and in each topic there are sub-topics. Each sub-topic will have multiple exercises, which will have multiple quiz/questions.

    For example: https://meritnotes.com/computer-quiz/1/ this page is listing out all the sub-topics of computer-quiz and if I select/click computer-networks sub-topic, it will open https://meritnotes.com/computer-quiz/computer-networks-quiz/1-450/ this page where the first quiz or exercise is already selected for you, and in the middle section, all the questions and answers are listed/looped to show.

    My question is: is this structure/architecture possible with Metabox? If possible, I request that you please guide me on how to make the structure to achieve this, as there are
    1. multiple topics,
    2. in each topic, multiple sub-topics and
    3. in each sub-topic multiple exercises and finally
    4. each exercise will show all the questions and answers listed, looped and shown

    Let me know if you need any further information

    #44872
    PeterPeter
    Moderator

    Hello Raju,

    The first thing, this site https://meritnotes.com/ is not built with WordPress. If you want to have the same structure, you need to understand the post type, taxonomy and custom field of WordPress.

    The plugin MB Custom Post Type helps you to create the post types and taxonomies with UI instead of using the code register_post_type(), register_taxonomy().

    In general, it is possible to have the same structure with WordPress and Meta Box. However, you will need to use a lot of custom code to show that structure. I recommend using a built-in plugin like Learn Press or LearnDash to use their features to have a learning system like that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.