> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/home-page-styles/news-update.md).

# News Update

### 6. News Update widget

> Module class: tp-news

![](/files/8RdTyyfvEYmdD0r0VBGK)

We have used display posts shortcodes plugin Add the text block and copy and paste the below code

```html
<h2 class="widgettitle ">News Updates</h2>
<h4 class="sub-title">Lorem Ipsum is simply dummy text of the printing and typesetting industry</h4>
[display-posts image_size="medium" include_excerpt="true" posts_per_page="2" category="news" excerpt_length="49" excerpt_more="Continue Reading" excerpt_more_link="true"]
```
