I must not be understanding the question ... you want to use `wp_link_pages` as an unordered list?<br><br>Wouldn't this work (rough and untested):<br><div style="margin-left:40px"><ul><?php wp_link_pages( 'link_before=<li>&link_after=</li>' ); ?></ul><br>
</div><br><br clear="all">Cais.<br>
<br><br><div class="gmail_quote">On Sat, Mar 10, 2012 at 7:11 AM, Chip Bennett <span dir="ltr"><<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What ticket?<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Sat, Mar 10, 2012 at 5:47 AM, Konstantin Obenland <span dir="ltr"><<a href="mailto:obenland@gmx.de" target="_blank">obenland@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a question concerning wp_link_pages().<br>
In the codex, the function is listed under "Required Hooks and Navigation" (<a href="http://codex.wordpress.org/Theme_Review#Required_Hooks_and_Navigation" target="_blank">http://codex.wordpress.org/Theme_Review#Required_Hooks_and_Navigation</a>).<br>
Would it be okay for a theme to provide the same functionality, but with a custom implementation?<br>
In this case it's echoing it as an unordered list, which can't be achieved through passing arguments to wp_link_pages().<br>
<br>
Looking forward to your insights,<br>
Konstantin<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br>