Oh, I can’t edit the preview message.
Anyway I found the solution in the end. 🙂
Here is https://stackoverflow.com/questions/39593273/user-roles-shortcode
And I used this video to implement: https://www.youtube.com/watch?v=mJUDBNPCu2A
If someone else has similar idea then they can use those above urls. 🙂
Thank you for the answer but it seems I didn’t find any which I need. I mean without making a plugin for this (because I am not good with programming).
Here is my example how I dreamed the thing which I need:
– I will create a page
– I will put to the page 4 images
– I will separate the 4 images to 4 roles
– Maybe to divide the images I would use a shortcode:
[role1]first image[/role1]
[role2]second image[/role2]
[role3]third image[/role3]
[role4]fourth image[/role4]
So if I have just a role1 then just the rol1 image would appear. If I have role1 and role3 then first and third images would appear and others wouldn’t appear.
So yeah I didn’t find such plugin. Therefore I asked here maybe someone knows one. 🙂