Hi, Related to this my old support ticket (https://toolset.com/forums/topic/control-access-in-specific-category-archives/) I need more help...
I have 3 post categories (hidden link - hidden link and hidden link), I need that this archive pages become visible only to specifics (differents) user roles.
Category "comunicazioni-breda" to "administrator,editor,author,commerciale_altri_prodotti,commerciale_libro,commerciale_sezionali".
Category "comunicazioni-bremet" to "administrator,editor,author,commerciale_bremet".
Category "comunicazioni-bremet-pers" to "administrator,editor,author,comm_bremet_pers".
How can I set this scenario, assuming that I like actual grafich content in the archive pages (see attachment, it's a masonry)?
Now I haven't set any WordPress archive for the post categories... Can you help me withe the Conditional code (ad update starting from the one in the OLD support ticket) and to where I have to put it?
Thanks in advance
A little EDIT:
It's possible to make a similar thing withe the TAGS?
Hi,
Thank you for contacting us and I'd be happy to assist.
To suggest the best way to achieve this, I'll need to see how these taxonomies and the archive are set up in the admin area.
Can you please share temporary admin login details, in reply to this message?
Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.
regards,
Waqar
Thank you for sharing these details.
If you were using the Toolset's WordPress Archives for these taxonomy archives and the post view for the blog page, you could register a custom shortcode to use in a conditional check for multiple roles.
( example solution: https://toolset.com/forums/topic/configuring-access-using-combined-roles/#post-2318295 )
But, since you plan to use the active theme's own layout for these pages, you'll need to add changes to the theme files too.
For example, the layout for the archive pages can be found in the file named 'archive.php' in the theme. In that file, you can use the conditional tags ( ref: https://codex.wordpress.org/Conditional_Tags ) to see if one of the target category term's archive is being viewed and then use the 'wp_get_current_user' function ( ref: https://developer.wordpress.org/reference/functions/wp_get_current_user/ ) to see if the current user has one of the roles for which access to these posts should be allowed.
Similarly, the code for the blog page should be available in the file named 'index.php'.
Note: If you see these files in the active child theme's folder, use them for this customization. If these files are not in the child theme's folder, copy them from the parent theme's folder into the child theme's folder and then add customizations to those files.
I hope this helps and for more personalized assistance around custom code, you can also consider hiring a professional from our list of recommended contractors:
https://toolset.com/contractors/