Commit 0ba0a1b0 by Muhammad Usman

slug fix

parent e67a9512
Pipeline #333 passed with stage
in 0 seconds
...@@ -13,7 +13,7 @@ $args = array( ...@@ -13,7 +13,7 @@ $args = array(
'tax_query' => array( 'tax_query' => array(
array( array(
'taxonomy' => 'vq_course_taxonomy', 'taxonomy' => 'vq_course_taxonomy',
'field' => 'name', 'field' => 'slug',
'terms' => $tax 'terms' => $tax
), ),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment