JaymeNYC
07-26-2008, 10:52 PM
I have this
<p>Posted <?php the_time('m.d.y') ?> in <?php the_category('separator', 'parents'); ?> <span>|</span> <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?><?php edit_post_link('Edit', ''); ?></p>
And the "|" is displayed near my category when that is the only link at the top under my header. How do I remove the "|" when there isn't a second link?
<p>Posted <?php the_time('m.d.y') ?> in <?php the_category('separator', 'parents'); ?> <span>|</span> <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?><?php edit_post_link('Edit', ''); ?></p>
And the "|" is displayed near my category when that is the only link at the top under my header. How do I remove the "|" when there isn't a second link?