Having “continue” only appear when needed…
-
Hi – by default on my front page, I get a “this post continues” link, which makes sense because 99% of the time the post is longer and continues on the permalink page.
If I make a short post, the continue button is stil there. I’d like it to NOT be there unless needed. How do I do this? Here’s the code I have on my front page:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> CONTINUES »</a>
As you can see, there’s no if/then thing in there about weather the most is using the “more” feature.
How do I change this?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Having “continue” only appear when needed…’ is closed to new replies.