• I’m trying out the $stripteaser parameter for the_content() however is there a way to use it without having a more tag?

    I’d prefer to not have to use a more tag and simply have it strip the excerpt out instead. I’ve specified the excerpt length in my functions.php

    This doesn’t appear to work though. Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maybe I dont understand the question, (If I have mis-understood then sorry about that)but why not use the excerpt and maybe use a parameter with it to cut the length of words or chracters you want like this one will make an excerpt with 270 characters. It may work for you.

    <?php echo substr(get_the_excerpt(),0,270); ?>
    Thread Starter 000000000

    (@pealo86)

    Thanks, I like the overall idea however what I’d need to do would be to trim a specific length of words from get_the_content(), not characters as such

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Separate Excerpt from Content’ is closed to new replies.