So I have members on my website and I have to make private posts so my whole email list doesn’t get emailed and only they can see the post and info. When I create a page and a category block and set the category to “premium plays” which is the protected private post, the posts do not show up to logged in members however if I just put the “category” of “premium plays” they do show up. I need to use the page so people know to subscribe. Please give me some advice. http://Www.theoddsbreakers.com
Hi,
Please check these articles for private posts
Everything You Need to Know About WordPress Private Posts -> https://themeisle.com/blog/wordpress-private-posts/
How to Create a Private Post in WordPress -> https://www.wpbeginner.com/beginners-guide/how-to-create-a-private-post-in-wordpress/
Content Visibility -> https://codex.wordpress.org/Content_Visibility
Also I think that you can achieve this using some plugins:
WP Private Content Plus -> https://wordpress.org/plugins/wp-private-content-plus/
Display Private Posts to Logged in Users -> https://wpengineer.com/1906/display-private-posts-to-logged-in-users/
Thank you!
HI Calin
I already plug ins that make content private and in groups. The problem is that I have to make the post “private” so it doesn’t email all my jetpack subscribers stuff meant for just special groups. I have to keep the jetpack going for my free stuff emails though… Since wordpress 5.0, the snippet function:
add_filter( ‘jetpack_allow_per_post_subscriptions’, ‘__return_true’ );
doesn’t work to limit public posts to go to all subcribers. My new way of doing it would work if my private posts would show up to logged in members on my pages with category blocks…. Thoughts?
The way I do it now almost works because the category works by itself as private. It just doesn’t work when using a category block set to private… Thoughts
Hi,
Unfortunately there is no option in theme for this, sorry!
Maybe this can be achieve making some changes in theme files, that means custom work, and we do not have for the moment a team to do that, sorry!
-> https://forum.tagdiv.com/support-policy-2/
Thank you for your understanding!