Customizing 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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Customizing the <?php wp_link_pages(); ?>’ is closed to new replies.