Need help with formating the <?php wp_link_pages(); ?>

  • Unknown's avatar

    Hi,

    I need some help formating the <?php wp_link_pages(); ?> tag. The parameters are like this: <?php link_pages('', '', '', 'next page', '', '', ''); ?>.

    The problem is, it keeps creating a new paragraph, and I don’t know why. Like this: link.

    I would like the “next page” to be immediately after the text (here: after the “mei. next page”).

    The relevant code in the single.php is: <?php the_content('<p>Read the rest of this entry »</p>'); ?><?php link_pages('', '', '', 'next page', '', '', ''); ?>

    Somebody an idea?

    Thx
    Dantes

  • Unknown's avatar

    I’m sorry bud, you’re at the wrong forum. The wp.com only supports the blogs hosted on wordpress.com. We don’t get to play with the code over here. For self hosted blogs you need to be over at

    http://www.wordpress.org

    Good luck with your site.

  • The topic ‘Need help with formating the <?php wp_link_pages(); ?>’ is closed to new replies.