Commit c5cf41c6 by jenkins

Merge Request accepted by jenkins build success

parents 5e1410b0 d360d752
Pipeline #426 failed with stage
in 0 seconds
......@@ -7,6 +7,8 @@ $tax = get_query_var('course');
$term = get_term_by('slug', $tax, 'vq_course_taxonomy');
$imgt = wp_get_attachment_url(get_term_meta($term->term_id, 'vq_course_taxonomy-image-id', true)) ;
$args = array(
'post_type' => 'vq_course',
'posts_per_page' => '-1',
......@@ -38,7 +40,7 @@ $page = get_page_by_path('lms-courses');
?>
<div class="bootstrap-iso">
<div class="e-learning-banner">
<div class="e-learning-banner" style="background-image: url(<?php echo $imgt ?>)">
<div class="container">
<div class="row">
<div class="e-learning-heading">
......
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