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 3f6f373..0ccb843 100644 --- a/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php +++ b/wp-content/plugins/wt-gallery/includes/templates/gallery-languages.php @@ -4,6 +4,7 @@ $iso_code = get_the_title(); $iso_code_element = ''; $video_query = get_videos_by_featured_language($iso_code); + $url = home_url('/languages/' . $iso_code); if ($video_query->have_posts()) { while ($video_query->have_posts()) { @@ -16,7 +17,7 @@ $thumbnail_object .= '

No resources found to display – Yet.

'; } - echo ''; + echo ''; echo '

' . $title . '

' . $iso_code_element . '
'; echo $thumbnail_object; echo '
';