diff --git a/wp-content/plugins/wt-gallery/includes/templates/gallery-careers.php b/wp-content/plugins/wt-gallery/includes/templates/gallery-careers.php
index ac8cc59..0f69bcd 100644
--- a/wp-content/plugins/wt-gallery/includes/templates/gallery-careers.php
+++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-careers.php
@@ -1,11 +1,9 @@
- ';
- echo '' . $title . '
';
- echo ' — '.$location.'
';
- echo '';
- ?>
+ echo '' . $title . ' — ' . $location . '';
+ ?>
diff --git a/wp-content/plugins/wt-gallery/includes/templates/gallery-fellows.php b/wp-content/plugins/wt-gallery/includes/templates/gallery-fellows.php
index f667843..806289f 100644
--- a/wp-content/plugins/wt-gallery/includes/templates/gallery-fellows.php
+++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-fellows.php
@@ -1,4 +1,5 @@
';
+ $thumbnail = ' ';
} else {
- $thumbnail = ' ';
+ $thumbnail = ' ';
}
if ($class === "custom fundraiser") {
- echo '';
- echo '';
- echo '';
- echo ''.$title.'
'.$location.'
';
- echo ''.$marketing_text.'
';
- echo '';
- echo '';
+ echo '';
+ echo '';
+ echo '';
+ echo ''.$title.'
'.$location.'
';
+ echo ''.$marketing_text.'
';
+ echo '';
+ echo '';
} else {
- echo '';
- echo '';
- echo $thumbnail;
- echo '' . $title . '
';
- $metadata = '';
- echo $metadata;
- echo '';
- echo '';
+ echo '';
+ echo '';
+ echo $thumbnail;
+ echo '' . $title . '
';
+ $metadata = '';
+ echo $metadata;
+ echo '';
+ echo '';
}
diff --git a/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php b/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php
index f583c26..c270a78 100644
--- a/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php
+++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php
@@ -1,25 +1,25 @@
- '.esc_html($iso_code).'';
- $video_query = get_videos_by_featured_language($iso_code);
- $url = home_url('/languages/' . $iso_code, 'relative');
+ '.esc_html($iso_code).'';
+ $video_query = get_videos_by_featured_language($iso_code);
- if ($video_query->have_posts()) {
- while ($video_query->have_posts()) {
- $video_query->the_post();
- $thumbnail = get_custom_image('videos');
- $video_title = get_custom_title('videos');
- $thumbnail_object .= '';
- }
- } else {
- $thumbnail_object .= 'No resources found to display – Yet.
';
- }
+ if ($video_query->have_posts()) {
+ while ($video_query->have_posts()) {
+ $video_query->the_post();
+ $thumbnail = get_custom_image('videos');
+ $video_title = get_custom_title('videos');
+ $thumbnail_object .= '';
+ }
+ } else {
+ $thumbnail_object .= 'No resources found to display – Yet.
';
+ }
- echo '';
- echo '' . $title . '
' . $iso_code_element . '';
- echo $thumbnail_object;
- echo '';
- ?>
+ echo '';
+ echo '' . $title . '
' . $iso_code_element . '';
+ echo $thumbnail_object;
+ echo '';
+ ?>
diff --git a/wp-content/plugins/wt-gallery/includes/templates/gallery-resources.php b/wp-content/plugins/wt-gallery/includes/templates/gallery-resources.php
index 4d1ca65..85a7124 100644
--- a/wp-content/plugins/wt-gallery/includes/templates/gallery-resources.php
+++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-resources.php
@@ -1,17 +1,17 @@
- ';
- echo '' . esc_html($resource_title) . '
';
- if ($resource_description) {
- echo '' . esc_html($resource_description) . '
';
- }
- echo '' . esc_html($domain) . '
';
- echo '';
- ?>
+ echo '';
+ echo '' . esc_html($title) . '
';
+ if ($resource_description) {
+ echo '' . esc_html($resource_description) . '
';
+ }
+ echo '' . esc_html($domain) . '
';
+ echo '';
+ ?>
diff --git a/wp-content/plugins/wt-gallery/includes/templates/gallery-videos.php b/wp-content/plugins/wt-gallery/includes/templates/gallery-videos.php
index f97d04a..6bdd440 100644
--- a/wp-content/plugins/wt-gallery/includes/templates/gallery-videos.php
+++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-videos.php
@@ -1,17 +1,18 @@
- ';
+ $thumbnail_object= '';
} else {
- $thumbnail_object= '';
+ $thumbnail_object= '';
}
- echo '';
- echo $thumbnail_object;
- echo '' . $title . '
';
- echo '';
- ?>
+ echo '';
+ echo $thumbnail_object;
+ echo '' . $title . '
';
+ echo '';
+ ?>