From f27bf6839539cf51b36e8eca231c8a3b56003aad Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 16 Aug 2019 19:53:06 -0400 Subject: [PATCH] Allow the display of press releases posts on the Media page, after the content --- index.php | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 22f8fae..bc42796 100644 --- a/index.php +++ b/index.php @@ -51,11 +51,46 @@ - - - -

- + + + +

+ + + +
+
+

Press Releases

+ + have_posts()) : $catquery->the_post(); ?> + +
+ + ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ +
> +
+

+ Posted on +
+ + +
+
+
+ + +
+
-- 2.17.1