I am trying to:
Display Author information in my post single with VIEWS + LAYOUT
Link to a page where the issue can be seen:
Working: hidden link
Not Working: hidden link
I expected to see:
Author ID in all singles
Instead, I got:
Some working and some are NOT.
! One of the attached images shows it works with author ID "1" displayed. and the other one shows wpv-post-author NOT working. (Which is an debug message I've set)
While the 2 URL (posts) created by the SAME author.
Here is the setting in VIEWS:
Content Selection: Post types > Posts
Query Options: unchecked "Don't include current page in query result"
Query Filter: Select items in any relationship as related items of "The current post in the loop" (In fact I've tried "The post where this View is shown", and it return same result)
Hello. Thank you for contacting the Toolset support.
That's really strange. Can you please share wp-admin access details so I can check what's going wrong there.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Well - I do not know why you use the view and view cell to just display the post author.
I removed the view cell and instead added the visual editor cell and add the post author ID shortcode as given under with the following layout:
=> hidden link
Author: [wpv-post-author format="meta" meta="ID"]
I can see it's displaying the correct post author ID - Can you please confirm:
=> hidden link