+
+
+
+
+
- get_the_terms(get_the_ID(), 'news-type'),
- "title" => get_the_title(),
- "thumbnail" => get_the_post_thumbnail(get_the_ID(), "full", array('class' => 'news-heading-box__thumbnail')),
- "published" => get_the_date()
-
- ));
- ?>
-
-
-
+
+
-
get_the_terms(get_the_ID(), 'news-type'),
+ "title" => get_the_title(),
+ "thumbnail" => get_the_post_thumbnail(get_the_ID(), "full", array('class' => 'news-heading-box__thumbnail')),
+ "published" => get_the_date()
+
+ ));
?>
+
+
+
-