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.
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