Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
c5cf41c6
Commit
c5cf41c6
authored
Mar 30, 2018
by
jenkins
Browse files
Options
Browse Files
Download
Plain Diff
Merge Request accepted by jenkins build success
parents
5e1410b0
d360d752
Pipeline
#426
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
it-course.php
...wp-content/plugins/apex_global_lms/template/it-course.php
+3
-1
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/it-course.php
View file @
c5cf41c6
...
@@ -7,6 +7,8 @@ $tax = get_query_var('course');
...
@@ -7,6 +7,8 @@ $tax = get_query_var('course');
$term
=
get_term_by
(
'slug'
,
$tax
,
'vq_course_taxonomy'
);
$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
(
$args
=
array
(
'post_type'
=>
'vq_course'
,
'post_type'
=>
'vq_course'
,
'posts_per_page'
=>
'-1'
,
'posts_per_page'
=>
'-1'
,
...
@@ -38,7 +40,7 @@ $page = get_page_by_path('lms-courses');
...
@@ -38,7 +40,7 @@ $page = get_page_by_path('lms-courses');
?>
?>
<div
class=
"bootstrap-iso"
>
<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=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"e-learning-heading"
>
<div
class=
"e-learning-heading"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment