Skip Navigation

[Resolved] Cant make excerpt more null

This support ticket is created 5 years, 7 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Steve 5 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#1237311

I have a content template where id like to have no " more" tag (or be able to make my own) but no matter how i make the the excerpt short code the built in ReadMore>>> appears

Here's my excerpt shortcode

[wpv-post-excerpt length="40" count="word" more="" ]

Its out put is in the Company Profile in the footer of the site at

hidden link

#1237355

Hi, please try these troubleshooting steps first:
- Add the cached="off" attribute to this View shortcode temporarily to see if this is a problem where a View's content is cached incorrectly. Your View shortcode should look something like this:

[wpv-view name="Your Company Profile Footer View" cached="off"] 

- Temporarily deactivate all plugins except Types and Views, and activate a default theme like Twenty Nineteen. Place the View on a custom page and test the results.
- If the problem is resolved, reactivate your theme and plugins one by one until the problem returns.
- If the problem is not resolved, I'll need to take a closer look.

Let me know what you find out.

#1237388

Christian Thanks- I made this site several years ago and am now doing some more work on t. When i turned of the theme the lightbulb went off. I had filtered the _excerpt to include the read more initially- duh.

Sorry to trouble you Im good now