• I have a series of interviews I need to add to my blog, they revolved around questions and answers.

    Is there a way to set custom fields up so that when the admin creates a post they can add additional Q&A custom post types as they need them, not all interviews are the same length. For example they could fill in one question and one answer and then hit a + button to display fields for one more question and one more answer and so on.

    I would then loop through all of these and output on the page.

    Appreciate any feedback.

    Thanks.

    https://wordpress.org/plugins/types/

Viewing 1 replies (of 1 total)
  • Dear theplastickid

    Types do not have repetitive group of fields. I suppose you need a group:

    – question
    – answer

    As repetitive.

    I can only propose you to use this idea:

    – Interview – CPT
    – Question – CPT – child post

    But to show this you need to write some custom code, or buy Views plugin.

    Cheers,
    Marcin

Viewing 1 replies (of 1 total)

The topic ‘User added fields from WordPress admin’ is closed to new replies.