Title: a picky &#8220;more&#8221; problem
Last modified: August 18, 2016

---

# a picky “more” problem

 *  Resolved [jland](https://wordpress.org/support/users/jland/)
 * (@jland)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/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)

 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/a-picky-more-problem/#post-575229)
 * Just a thought but try this
    `<?php the_content('Full Text |','','FALSE','');?
   >`
 *  Thread Starter [jland](https://wordpress.org/support/users/jland/)
 * (@jland)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/a-picky-more-problem/#post-575349)
 * if I do that, then the bar is going to get linked too, and I don’t want it to
   be included in the link.
 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/a-picky-more-problem/#post-575355)
 * I didn’t actually look up the parameters of the tag before I posted. That’s actually
   not the correct way to use that tag. [Here ](http://codex.wordpress.org/Template_Tags/the_content)
   is the correct way. My guess is that if you look further down your template you’ll
   see where your comment link is preceded by a |. Just do a quick find of all the
   | in your template file.
 *  Thread Starter [jland](https://wordpress.org/support/users/jland/)
 * (@jland)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/a-picky-more-problem/#post-575359)
 * oh my bad. the | wasn’t made by the script in the_content code but by another
   | further down.
 * but then how do I make the | show up IF there’s a more link and not show up if
   there’s no more link AND not be included as part of the more link?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘a picky “more” problem’ is closed to new replies.

## Tags

 * [more](https://wordpress.org/support/topic-tag/more/)
 * [separator](https://wordpress.org/support/topic-tag/separator/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [jland](https://wordpress.org/support/users/jland/)
 * Last activity: [18 years, 11 months ago](https://wordpress.org/support/topic/a-picky-more-problem/#post-575359)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
