Adding a blog and posts?

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!

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 :wink:

Does WeWeb integrate with a WordPress like CMS?

My articles have a ton of images :sweat_smile:

If the CMS has an API, then yes :wink:

1 Like

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?

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

I would recommend https://dropinblog.com/.

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.