Hi!
I am trying to display with Views plugin (results with custom search) posts that are password protected with the WordPress password protection feature.
By default, WordPress should protect only the content of the post.
In my View, also titles and custom fields seem to be protected, and the result is a list of "this content is password protected...".
I disabled all my plugins and switched my theme in order to find the cause of this "extendend" restriction without success.
Could it been a problem of Toolset Views plugin?
Thanks for the support
Giulia
Hi, I just tested this with a password-protected post, and the post title, post link, and custom image field are displayed as expected:
<wpv-loop>[wpv-post-title]<br />
[wpv-post-link]<br />
[types field='single-img' title='%%TITLE%%' alt='%%ALT%%' size='full'][/types]<br />
</wpv-loop>
Can you share the contents of your View's Loop editor panel? If a template is used in the View, please copy + paste the code from that template as well.