+ 'brochures',
+ 'posts_per_page' => 5,
+ 'orderby' => 'rand',
+ 'post_status' => 'publish',
+ 'meta_query' => array(
array(
- 'brochuresPosts' => $suggestedPublications,
+ '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,
+ )
+ )
+ ?>
+
+
+
-