• I would like to create different categories of quizzes with wp quiz… is there a way to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ryclem

    (@ryclem)

    To elaborate more… I’d like to have a sports quiz category that will have all sports quizzes, a personality quiz category that just has personality quizzes, etc.

    Thanks.

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    Kindly try editing editing wp-quiz/wp-quiz.php and below

    
    'has_archive'        => true,
    

    Add

    
    'taxonomies' => array( 'category' ),
    

    Thank you

    Thread Starter ryclem

    (@ryclem)

    This works to add the category to the quiz set up… however, I can’t view these through the normal category url structure domain.com/category/sportstrivia/ I also tried domain.com/wp_quiz/category/sportstrivia/ … any suggestions? Also, do you know how I can get my menu to point to this new url instead of the default?

    Thanks,
    Ryan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WP Quiz’ is closed to new replies.