Skip Navigation

[Closed] Workaround for text field limitation needed

This support ticket is created 3 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#2219403
Screenshot 2021-11-12 14.20.04.png

Hi T eam,

I want to display a text field with the post excerpt within the single view of my posts. The user interface limits what I can enter as the length- I'd like to set this to, e.g., 999 characters. But as soon as I enter that value, it gets reset to 156 characters. It would be very important for me to get a workaround for this.

Kind regards,

Bernhard

#2220501

Hello Bernhard and thank you for contacting the Toolset support.

I wonder if you want to display the manual excerpt field that may be activated per post type, or do you want to generate it from the post content? This would help me provide the best advise.

By default WordPress displays a limit of 55 words per the excerpt, and that may be customized by the theme, a plugin or custom code. https://developer.wordpress.org/reference/hooks/excerpt_length/

You may also create your custom shortcode to display a 999 characters/words limit. Check the example codes on this article(method 1) hidden link

The topic ‘[Closed] Workaround for text field limitation needed’ is closed to new replies.