Can custom post layouts be designed for blogs on Wix websites?
Definitely!
Here’s the Wix Blog, and Studio Blog as examples:
- https://www.wix.com/blog/how-to-build-website-from-scratch-guide
- https://www.wix.com/studio/blog/big-ideas-web-design
They both feature custom post page layouts.
At the core it does the following:
- Reduce the Post widget in the editor down to just the post content (disabling things like the post title, comments etc)
- With a little code, they get the post data from the widget using this API - Get Post | Velo
- Now that they have the data, they can populate other elements on the page