I am looking for making a subscription for a specific type of blog

Question:
Is there any way to fix a specific type of blog to be only open for subscription user? for now I can only add it to the subscription plan every time when there is a new blog.

For example, when there is A, B, C type of post, and C type is only for subscription user, everytime when we created a C type blog, we need to add it to subscription plan.

Product:
Wix blog

What are you trying to achieve:
To make the whole type for subscription user only.

What have you already tried:
For example, when there is A, B, C type of post, and C type is only for subscription user, everytime when we created a C type blog, we need to add it to subscription plan.

With the native Wix settings, you can either make the Blog Post page for Paid Members Only or go into each individual post settings to mark the post as Paid members only.

Alternatively, via Velo, you can add create a code on the Blog Post page so that it checks what category that Single post belongs to. If it matches the “paid members only” category then check to see what subscription plan the current logged in user has. Based on the results, hide blog post and display a message, or do something else, etc.

#totallycodable

https://dev.wix.com/docs/velo/api-reference/$w/post-page/get-post

1 Like