So I am calling specific posts using
query_posts('p=137');
in several places on a site we're developing: http://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?