a picky “more” problem
-
I’ve been looking for ways to handle the “more” text.
Right now, my code looks like this:
<?php the_content('Full Text',' | ','FALSE',''); ?>This renders “Full Text | comments…”
but in a post without using more, it comes out as
“| comments”.Is there a way to not have | show up when there’s no more tag?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘a picky “more” problem’ is closed to new replies.