• The following template tag includes an opening <small> tag but no closing tag.
    <?php the_content('<div class="moretext">Read More ...</div>',FALSE,''); ?>

    I can’t seem to find the right place to put the closing tag … if I put make the call
    <?php the_content('<div class="moretext">Read More ...</div></small>',FALSE,''); ?>

    Then the a (anchor) tag is overlapped … and if I take it out of the call and place it after the call then I have overlapping paragraph tags … I tried using the the_excerpt() template tag but it wouldn’t display any graphics …

    Is there a fix for this? … or any alternatives? This causes a problem where my first post is always smaller than the rest … which just looks odd.

    Any help would be appreciated.

    Thanks

  • The topic ‘missing closing <small> tag in the_content() function’ is closed to new replies.