Commit 85a4c9bc by Muhammad Usman

limit remoevd

parent ce4ca488
Pipeline #348 passed with stage
in 0 seconds
......@@ -22,7 +22,7 @@ if(count($orderData) > 0 && $orderData != "") {
</script>
<?php
}
$courses = new WP_Query(array('post_type' => 'vq_course'));
$courses = new WP_Query(array('post_type' => 'vq_course', 'post_per_page' => '-1'));
while (have_posts()):
the_post();
?>
......
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