diff --git a/single-questions.php b/single-questions.php index f1ae0bc..4c46ca3 100644 --- a/single-questions.php +++ b/single-questions.php @@ -48,43 +48,46 @@ get_header(); )); ?> - -
- 'brochures', - 'posts_per_page' => 5, - 'orderby' => 'rand', - 'post_status' => 'publish', - 'meta_query' => array( - array( - 'key' => 'brochure_pdf', - 'compare' => 'EXISTS' - ) - ), - ); - $suggestedPublications = new WP_Query($args); - $pagePublicationsUrl = get_page_by_template('template-publications.php') ? get_permalink(get_page_by_template('template-publications.php')[0]->ID) : null; - ?> -
-
-

-

-
- - + ), + ); + $suggestedPublications = new WP_Query($args); + $pagePublicationsUrl = get_page_by_template('template-publications.php') ? get_permalink(get_page_by_template('template-publications.php')[0]->ID) : null; + ?> +
+
+

+

+
+
    + $suggestedPublications, + ) + ) + ?> +
+ +
-
+ +