Example Description
In this example we customise the default post page by adding elements and extra data.
How We Built It
Collections
For this example we used the database collections automatically added to your site if you have a blog and an additional one of our own:
-
Blog/Posts collection: Contains information about your individual blog posts
-
Blog/Categories collection: Contains information about your blog categories
-
Post Extra Data collection: Contains additional information about your blog posts with references to the original post item in the Blog/Posts collection.
Page Elements
In our site we added the following page elements:
-
Strip: Custom header strip for the post page:
-
Text: Author name
-
Text: Photographer name
-
Text: Post title
-
Code
We added the following code to the Post page:
-
When the Post page loads:
-
Get the current post data using the getPost() function.
-
Retrieve the extra post data using the ID of the current post.
-
Merge the post data with the extra post data using the object.assign() method.
-
Populate the merged data in the relevant page elements.
-
Related Examples
Did this help?
|
Thanks for your feedback!
![Custom Comments](https://static.wixstatic.com/media/f0504e_aa56b2a0289c40848242539cd0569345~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Custom Comments
Create your own custom post comments section.
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Beginner
![Custom Like Button](https://static.wixstatic.com/media/f0504e_4f06cb0a2c804ddab594f7ad6dffc3f8~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Custom Like Button
Create your own custom like button.
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Intermediate
![Related Posts](https://static.wixstatic.com/media/f0504e_1694c95632b146c4bd713aecf29f3967~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Related Posts
Display related posts in your blog post page
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Beginner