Commit 0ae2c79a by Muhammad Usman

download-all redirection

parent dbbcf6ac
Pipeline #378 passed with stage
in 0 seconds
......@@ -81,7 +81,8 @@ $page = get_page_by_path('lms-courses');
<div class="col-sm-3 col-padding">
<div class="download-course-box">
<div class="course-heading" >
<h4><a href="<?php echo get_term_meta($child, 'vq_course_ct_tax_redirect', true) ?>">Download <br>course list</a></h4>
<!--<h4><a href="<?php /*echo get_term_meta($child, 'vq_course_ct_tax_redirect', true) */?>">Download <br>course list</a></h4>-->
<h4><a href="<?php echo get_page_link(get_page_by_path('download-all')); ?>">Download <br>course list</a></h4>
</div>
</div>
</div>
......
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