Commit 45c7d1fc by Muhammad Usman

minor fix

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