Display news dynamically.
Similar to other dynamic content, you query ClarkU News to display a list of news anywhere else on the site. It uses the display-posts-multisite shortcode, and there are a few parameters specific to news:
- Events
blog_idis 37. - The events post type is
story - Stories Grid Template uses
template="stories-grid"to display eventsin a grid layout. - Stories List Template uses
template="stories-list"to display events as a list.
In addition, for showing recent news, we’ll be using attributes to short by date, and exclude older stories.
Examples
News list
[display-posts-multisite blog_id="37" post_type="story" include_excerpt="true" image_size="thumbnail" wrapper="div" include_date="true" date_format="F j, Y" include_excerpt_dash="false" posts_per_page="3" orderby="date" order="DESC" no_posts_message="There are no recent stories." date_query_after="2 years ago"]
Clark awarded grant to expand hands-on life sciences education, strengthen talent pipeline July 30, 2026 Clark has received a $354,443 grant from the Healey-Driscoll administration and the Massachusetts Life Sciences Center to expand experiential learning in life sciences and support Worcester’s biotech talent pipeline.
Creative Writing course encourages aspiring novelists to shape their stories July 30, 2026 For many, writing a book feels like an immense undertaking, but creative writing Professor Mandy Gutmann-Gonzalez walks students through the process.
Clark’s HERO researchers help baking cities beat the heat July 30, 2026 Over the past decade, Clark’s HERO student research fellows have assessed the growth and vigor of trees planted through the Massachusetts Department of Conservation and Recreation’s Greening the Gateway Cities Program.News grid with search
[display-posts-multisite blog_id="37" post_type="story" include_excerpt="true" image_size="thumbnail" posts_per_page="6" orderby="date" order="DESC" no_posts_message="There are no recent stories." date_query_after="2 years ago" template="cards" aspect_ratio="3x2" show_search="true" show_search_taxonomy="categories" category_display="true"]
News grid by topic
Display a list of news articles by topic. In this case, alumni. Important: contact us if you’d like to query news by topic as additional configuration on your site necessary before this will work.
[display-posts-multisite blog_id="37" post_type="story" include_excerpt="true" image_size="thumbnail" posts_per_page="3" orderby="date" order="DESC" no_posts_message="There are no matching stories." template="cards" aspect_ratio="3x2" exclude="9222" taxonomy="topic" tax_term="alumni-stories" tax_operator="IN"]


