Need help with formating the <?php wp_link_pages(); ?>
-
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 -
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
Good luck with your site.
- The topic ‘Need help with formating the <?php wp_link_pages(); ?>’ is closed to new replies.