wp_link_pages()
-
How am I supposed to pass the arguments to this function? I’ve tried using every possible way I could think of, but the only thing I could make happen is for it to understand *one* argument. If I put:
wp_link_pages('before=pages in this entry:');
or
wp_link_pages('after=la la la');
They would work, but if put:
wp_link_pages('before=pages in this entry:', 'after=la la la');
only the “before” argument changed.I’ve tried some other ways, too, but they all either just put *all* of the default values in place, or just plain broke and gave me php errors.
What am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘wp_link_pages()’ is closed to new replies.