Skip Navigation

[Resolved] Password protected post in View

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years ago.

Assisted by: Christian Cox.

Author
Posts
#1171368
Schermata 2018-12-21 alle 21.29.26.png

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

#1172057

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.