Only show category to certain user levels without plugin
If I understand you have some categories, eg: ‘reserved’, ‘people’, ‘landscapes’, ‘personal’ and so on. Now you want that subscribers can see posts in, e.g. ‘people’, ‘landscapes’ categories but not posts in ‘reserved’ and ‘personal’ categories. This is relatively easy, just hook into pre_get_posts and if the request is for a post having that terms … Read more