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
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.
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