Hello,
I am trying to accomplish the following:
Create a static home page for my site and a separate blog home page. I want the blog home page to use the '<!--more-->' quick tag just like the home page does.
I am able to get the content I want on the blog home page BUT the "continue..." isn't working so the whole post shows instead of the teaser with the continue link. What am I missing? How can I make the '<!--more-->' quicktag (or equivalent) work on a page other than the home page?
I tried using '<?php the_excerpt('Continue...'); ?>' in the page template code but that doesn't allow the images in the post nor does it allow users to continue via a continue link to the rest of the post.
Thanks,
Jared