Hello,
In de Codex ( http://codex.wordpress.org/Template_Tags/wp_link_pages ) there's written that you can use <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?>
But the result of this is: <p id=\"page-links\"> ... </div>
So, the " are escaped. Is this an error or am I doing something wrong here?
I did extensive tests on this link and this article from the WordPress Codex on Styling Page-Links is part of the results, as are some of the examples in the wp_link_pages() page you listed above. I never saw that result.
Double check you copied it right and try again. Or try:
http://codex.wordpress.org/Template_Tags/link_pages
link_pages runs perfectly, but wp_link_pages not, very strange.
I just copy-pasted the code like it is written here above.
I'll take another look at it. Thanks for the heads up.
ok, let me know if you can reproduce the same problem.
specialk
Member
Posted 2 years ago #
Anyone still dealing with this problem will find an easy hack at perishablepress.com