I am trying to:
I want to build a View where some fields from my standard WP posts are displayed in a list: Featured Image, Author, Date, Title with Link, and Post excerpt.
Link to a page where the issue can be seen:
hidden link
(a test page within a life website)
I expected to see:
Featured image, Post date and Author, Post title with Link + Excerpt all in a row
Instead, I got:
Everything works until I add the [wpv-post-excerpt]. Any text inserted at the same place is displayed within the loop structure, but the [wpv-post-excerpt] content is displayed outside the loop, at the top of the page, all together for all the posts 🙁
I have tried to move the loop content to a Content Template, and played with manual/automated paragraphs etc. – nothing helped :-(((
How can I resolve this?
Thank you, Claudius
Hi, can you try these troubleshooting steps first?
- Temporarily deactivate all plugins except Types, Views, and Layouts.
- Activate a default theme like Twenty Nineteen.
- Test again with wpv-post-excerpt in the loop.
- If the problem is resolved, reactivate your parent theme, then child theme, then other plugins one by one until the problem returns.
- If the problem is not resolved, deactivate Layouts and remove any Content Template associated with the blog-2 page. Then place the View directly in the page contents and test again.
Let me know the results of these tests and we can go from there.