Shortcode not displaying full message
-
Hi,
I have a list of pages protected with user login.
When they login they can see all pages.
But I want to restrict access to one page to a role.
Even if they’re logged in, they can’t see this page unless they get that role.I used the shortcode on one page, to restrict access to a role.
So all logged in users can’t see this page unless I give them that role?[content_control roles=”editor” message=”You need to subscribe to view this page.”]Logged in content[/content_control]
The message “You need to subscribe to view this page”
Is only showing the first word “You”
If I write a message without any spaces it shows the full message.EDIT
I think I sorted it,
Had to change the ” to “
The topic ‘Shortcode not displaying full message’ is closed to new replies.