Forums

How do I remove paragraph tags from wp_link_pages? (2 posts)

  1. lwynne
    Member
    Posted 5 months ago #

    I'm using this code, but paragraph tags ( <p> ) are automatically added around it. How do I strip these tags?

    <?php wp_link_pages('before=Pages'); ?>

  2. alchymyth
    The Sweeper
    Posted 5 months ago #

    try:
    <?php wp_link_pages('before=Pages&after='); ?>

    http://codex.wordpress.org/Function_Reference/wp_link_pages

Reply

You must log in to post.

About this Topic

Tags