• Hello,

    I’ll make this one breif. I have a sidebar with news posts that truncate after the ‘more’ tag on the index but the more cutoff is supressed on pages. How do I preserve my truncated posts here without truncating my main page content?

Viewing 4 replies - 1 through 4 (of 4 total)
  • but the more cutoff is supressed on pages

    Do you mean Pages? The “more” tag doesn’t work on Pages.

    Thread Starter public_radio

    (@public_radio)

    right but i’m saying, I have a scrolling list of posts on the right for news, and i do need the tag to still work here. isn’t there something I can do to unsupress the more tag?

    unsupress the more tag

    Try adding this into your ‘news’ post loop, just before the content is displayed:

    <?php $more = 0; ?>

    Thread Starter public_radio

    (@public_radio)

    I put this in front of the_content and I also put it in front of the if/while loop that precedes that, and it didn’t appear to change anything. The index still shows the more link and the pages still don’t.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘more tags working on pages’ is closed to new replies.