• YandexBot

    (@yandexbot)


    Hello.
    I’m use this code:

    if (have_posts()) {
      while (have_posts()) : the_post();
        the_title();
        the_content('Go', true);
      endwhile;
    }

    Article:

    All children, except one, grow up. They soon..
    
    <!--more-->
    
    I suppose she must have looked...

    The text before more are still displayed. Why? WordPress 3.3.2.

The topic ‘the_content $stripteaser = true not worked’ is closed to new replies.