Skip Navigation

[Resolved] excerpts in a view loop

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.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 6 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2622191
2023-07-07 23 03 06.jpg

Hello.
I seem to be having problems finding out how to display only an excerpt of a post in a view that I created on my home page (pinoyinpoland.com)
On that page I have a section called "Latest job postings" and I just can't figure out how to only display an excerpt of the description and not the whole text.
I am looking for some sort of "Display excerpt " function but just can't find it.

Thanks in advance for any help.

Regards

#2622385

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

If you used the block view you have an option to display the excerpt instead of the whole content.

Use the Single Field block and on the right side select the content of the post and the post excerpt according to the attached screenshot.

If you use the legacy views, you have the "wpv-post-excerpt " shortcode to achieve the same thing:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-excerpt

Thanks.