News lists

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_id is 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"]
Jonas Clark Hall behind a lamppost and Clark University banner Clark to receive $27 million Dept. of Labor funding to expand IT apprenticeship opportunities July 9, 2026 Clark has been awarded $27 million from the U.S. Department of Labor to expand Registered Apprenticeship opportunities in IT to program sponsors that encourage the hiring and retention of new apprentices.
Cailin Marcel Manson conducts "Frederick: A Cantata on the Life of Frederick Douglass" at Mechanics Hall on April 25, 2026, Photo: Troy B. Thoompson Photography Clark conductor, choir revive the memory and power of Frederick Douglass June 18, 2026 Frederick Douglass was one of the first people to speak at Mechanics Hall when it opened in 1857. In April, his words again rang out from that stage in ”Frederick: A Cantata on the Life of Frederick Douglass,” conducted by Cailin Marcel Manson, director of music performance at Clark.
Student walking across Clark University campus in front of Jonas Clark Hall Clark joins Massachusetts Transfer Guarantee, boosting access to affordable education June 18, 2026 Clark signed a memorandum of understanding with the New England Board of Higher Education this spring, establishing its place in the 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.

[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"]