wp add filter to the_content

by 1 replies
2
In Wordpress is there a way to add a filter to the_content to cut off after a certain number of words? I am thinking in terms of a blog page.

I know I coulduse more tags or the_excerpt but the more tags don't automate things and if I use excerpts instead of content, I'm restricted to just the featured post thumbnail instead of including pictures.
#programming #add #filter #thecontent
  • Banned
    You can create a simple plugin to trim content or you can add custom field like the_excerpt to do that.

Next Topics on Trending Feed

  • 2

    In Wordpress is there a way to add a filter to the_content to cut off after a certain number of words? I am thinking in terms of a blog page. I know I coulduse more tags or the_excerpt but the more tags don't automate things and if I use excerpts instead of content, I'm restricted to just the featured post thumbnail instead of including pictures.