I have 3 authors with user type "Teacher". One author with nick "info" stopped display. Likely as a result post of the author stopped display as well. Another 2 authors visible.
The issue occur after plugins update.
Looking forward your support.
Thank you in advance
Anton
I've found and fixed issue with display of name of author.
But post of author still is not displayed.
I've found an issue.
there are condition that level field should be less than 68.
the post is visible with level value 6 but it's not visible with level value 7.
May be system see 7 as greater than 68 somehow..
Sincerely
Anton
Hello,
Q1) If you want to display post's author information, please try shortcode: [wpv-post-author], for example:
[wpv-post-author format="meta" meta="nickname"]
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154504
Q2) How do you setup the condition? with [wpv-conditional] shortcode? can you take a screenshot for your codes?
please find conditions set up. Please see that level should be less 68.
and condition see that 68 less than 7 and post is not display.
Other number of level like 6 and 8 works correctly.
I have tried it in a fresh WP installation, it works fine, see below test site:
Login URL: hidden link
Custom number field "Level":
hidden link
Page with view block:
hidden link
You will need to change the filter to:
Select items with field:
Level is a number lower than or equal 68
It works fine in frontend:
hidden link