# Adding a blog and posts?

**URL:** https://community.weweb.io/t/adding-a-blog-and-posts/2524
**Category:** Ask us anything
**Created:** [April 30, 2023, 8:21pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524 "2023-04-30T20:21:54Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![shrek](https://avatars.discourse-cdn.com/v4/letter/s/b487fb/32.png) [@shrek](https://community.weweb.io/u/shrek)
#### Post date: [April 30, 2023, 8:21pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/1 "2023-04-30T20:21:54Z")

</div>

For blogs and posts - how are you guys going about setting them up?

Is there a recommended plugin or setup?

From what I can tell, it looks like rich text is probably the best way to go - but would love to hear from others!

---

<div class="post-metadata">

### Author: ![Quentin](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/quentin/32/6_2.png) [@Quentin](https://community.weweb.io/u/Quentin)
#### Post date: [May 2, 2023, 9:46am UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/2 "2023-05-02T09:46:03Z")

</div>

I would suggest using a static collection and static collection pages for SEO, then using the rich text element (in read only) to display markdown/HTML text 😉

---

<div class="post-metadata">

### Author: ![shrek](https://avatars.discourse-cdn.com/v4/letter/s/b487fb/32.png) [@shrek](https://community.weweb.io/u/shrek)
#### Post date: [May 5, 2023, 8:52am UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/3 "2023-05-05T08:52:29Z")

</div>

Does WeWeb integrate with a WordPress like CMS?

My articles have a ton of images 😅

---

<div class="post-metadata">

### Author: ![Quentin](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/quentin/32/6_2.png) [@Quentin](https://community.weweb.io/u/Quentin)
#### Post date: [May 5, 2023, 4:02pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/4 "2023-05-05T16:02:42Z")

</div>

If the CMS has an API, then yes 😉

---

<div class="post-metadata">

### Author: ![Trojan](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Trojan](https://community.weweb.io/u/Trojan)
#### Post date: [December 5, 2023, 5:23pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/5 "2023-12-05T17:23:53Z")

</div>

Hi @Quentin I just want to confirm I created a collection page with a static collection using REST API My query is will it be every time static means if my Blog page is showing [1,2,3,4,5] posts initially and in future I add one more blog so then Will I need to create a new build to show the 6th blog on the blog page or will it be handled automatically if any user visiting the blog page just refreshes it. Because as per the documentation I can see there it is mentioned that **whenever an app is pushed to production then only once it gets created** So what would be the best approach to handle it in a dynamic way which should be SEO optimized also?

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [December 5, 2023, 6:35pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/6 "2023-12-05T18:35:32Z")

</div>

Yes, you need to publish each time you update a static collection.

---

<div class="post-metadata">

### Author: ![caffeinatedwes](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/caffeinatedwes/32/625_2.png) [@caffeinatedwes](https://community.weweb.io/u/caffeinatedwes)
#### Post date: [December 5, 2023, 11:21pm UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/7 "2023-12-05T23:21:39Z")

</div>

> [@shrek](#):
>
> Does WeWeb integrate with a WordPress like CMS?

I would recommend [https://dropinblog.com/](https://dropinblog.com/).

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [December 6, 2023, 12:01am UTC](https://community.weweb.io/t/adding-a-blog-and-posts/2524/8 "2023-12-06T00:01:06Z")

</div>

You can even hit the WordPress REST API and get the posts from there, if you wanted to go extreme. I saw some headless WP builds already.
