Hello @jgessentials,
Please allow me to better understand your question.
So you’d like a view to only display these fields: title, name, and date without actually displaying the testimonial?
If yes, I believe this is possible but with custom CSS.
First you need to edit your view scroll down to Fields > Custom fields > and make sure you only have these fields: https://gyazo.com/f6b22f2324da6f7616b34e8daf5e948a
Also make sure you have the option ‘Title link to full testimonial’ checked: https://gyazo.com/352faf86ff405cc882f3c40d7293ab8f
And to hide the content from the view page you can add the following code in Appearance > Customize > Additional CSS:
.testimonial .testimonial-inner .testimonial-content p {
display: none;
}
All the best,
Mihaela
Thank you very much. As a follow up. Would there be a way to display the remaining items in a table?
For example:
testimonial_name | post_date | persons_name
testimonial_name | post_date | persons_name
testimonial_name | post_date | persons_name
testimonial_name | post_date | persons_name
testimonial_name | post_date | persons_name
is this something available in the pro version perhaps?
Thank you
Hello @jgessentials,
Unfortunately there is no option to display those in a table.
However, we will consider it for our Pro version and see if we can add it as a feature once we release it.
Thank you so much!
Mihaela
Thank you, I will be a pro client for sure if you can add a way to fully customize what you display.