News or Announcements

How to add a news post

  1. Login to Wordpress
  2. Dashboard > Posts
  3. Click "Add New" (at the top)
  4. Enter the title in the top input box.
  5. Enter the article in the next input box (the WYSIWYG editor)
  6. Click "Set featured image" (at right-bottom) and either select an image from the Media Library or upload a new image. Click "Set featured image" button to select the image.
    All your posts must have a featured image and meet the following requirements:
  7. Select "announcements" and/or "research_news" in the Category section.
    When those categories are available, you need to check either or both of the categories depending on the content. Otherwise, the news won't show up.
  8. Change the permalink to append "-test-1", i.e., the URL should end with "-test-1".
  9. Click "Publish" button (at top-right) to publish the news.
  10. Verify that the post shows up correctly in the following locations:
  11. When the verification is successful, remove "-test-N" from the permalink and re-post on Twitter (if used).

How to set up the Latest News section

By default, this should have already been set up for you and you should not have to do this. However, if something is wrong, please follow the steps below.

  1. Dashboard > Pages
  2. Change "All categories" in the filter dropdown to "front_page" and click Filter.
  3. Mouse over the title "Home - Front page" and click "Edit" underneath.
  4. In the 2nd section, in the 1st Text module, look for the triple bar and click on it.
  5. Go to the Text tab and enter exactly the following:
    <h4>Latest News</h4>
    
    <hr/>
    
    [display-posts posts_per_page="5" include_excerpt="false" image_size="thumbnail" wrapper="div"]
    
    <div style="clear:both">
    <a href="/newsroom">Enter Newsroom &gt;</a>
    </div>
    
  6. Save
  7. Update

Updated 20160901