• So I am calling specific posts using
    query_posts('p=137');
    in several places on a site we’re developing: https://meerc.mayecreate.com/contact/

    I can’t get the more tag to work though. ??
    I think it’s because I’m calling a specific post via its slug, but I’d expect it would still let the more tag work when using
    `the_content(‘
    <div class=”alignright”>View Bio ›</div>’);’

    Its not though.

    If I use the_excerpt it pulls the wrong part of the post though…

    Anyone have any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can you query for a specific post, but also use the more tag?’ is closed to new replies.