Support » Fixing WordPress » More prompt issue

  • Resolved pizzaman

    (@pizzaman)


    In posts with a <!–more–> prompt I’m noticing <p> tags around the when I view the source for post.

    The source looks like this:

    <a href="http://mysite.com/?p=1533#more-1533" class="more-link"><p>Read the complete article…</p>
    <p></a></p>

    Is this a bug in WP 2.8?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ryan S

    (@ryan_accuwebhosting)

    I didnt face this issueafter upgrading, so I dont think this is a bug..

    Try changing the theme

    Thread Starter pizzaman

    (@pizzaman)

    I don’t think it’s the theme. I used all 3 arguments for the_content and the problem went away. However, it’s still there if only one argument is used.

    Ex: the_content('(more)...') causes the <p> tags around the </a> tag.
    the_content('(more)...', false, '') no <p> tags around the </a> tag.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘More prompt issue’ is closed to new replies.