Hi Markus, You can do it via plugins or you can tweak your Theme to hide it using wp_list_categories(exclude=...) If these don't solve what you need, give me an email Lee
I am using the wordpress "revolution"-theme. As far as I have understood it, if working with amember and wordpress, the user would see a long list of postings, and, based on memership duration, i could prevent him from accessing files stored in external folders outside of wordpress with the incremental content plugin. What I want to do now, is not only lock these external files, but also hide the postings linking to those files for any given period of time: In month 1 of his membership he should see postings 1 to 3, in month 2 he should see postings 1-6, in month 3 postings 1-9 and so on. From his perspective it should look like new postings with new content are added each month. Is this something that can be achieved with the „exclude categories“-plug-in? If this is possible, how can it be set up? If not, is there another way? Thanks for your answer!