themeum/tutor

Course tag archive display

webangon opened this issue · 0 comments

Course category archive works fine but course-tag points to default blog tag layout. Putting course tag condition fixes the issue . https://github.com/themeum/tutor/blob/master/classes/Template.php#L61 by adding new tax condition $course_tag = get_query_var('course-tag');