Restrict links on homepage
-
We have a system with a post type that contains multiple entries. Each entry is unique and has a unique access level. We need to create a list of items on the homepage so that when you are logged in, you see the posts that you are approved to view. Is there a way to do this with the plugin? Almost like using a conditional for access levels
For instance:
I am access level alpha, which can view the “alpha” posts. Homepage has a list of links for alpha, beta, delta, etc. When I login, I should only be able to see alpha.
Was going to use a custom query to just echo a list of links, but I am not sure that will work. Would be a PITA to have to manually add shortcodes around each link, but that may be the only option. Just making sure there aren’t other options I am missing.
- The topic ‘Restrict links on homepage’ is closed to new replies.