Hi again, and thanks for following up on this :)
Ok let me explain in more details:
Here’s the structure I have:
1: Free to eveyone, not registered on WP | Value=”” | Blank
2: Registered Users – default new users on WP | Value=”0″ | Level #0
3: Paid Registered Users – paid membership | Value=”1″ | Level #1
So, I can’t use any Tag/Category/Custom Capability restriction upfront, because otherwise he won’t be able to assign a new post the “Free without registration” or “lower” level.
– Some posts from the same category are
What I was thinking then, is to not block any tag/category and to tell the client to manually assign a level for each article.
And you may ask… so what? That’s the out of the box feature! :P
Well, the issue is because the client doesn’t want to switch the dropdown selection from BLANK to LEVEL 0 for every new post, but he would like to have LEVEL 0 as default for new posts, and in case select the BLANK or LEVEL 1.
Does it make sense?
Thanks.