Is there anyway of showing the 2 first pages in one <ul>
and the last 2 pages in another <ul>
in WordPress?
On my page I have two different lists for the navigation bar:
<ul>
<li>One</li>
<li>Two</li>
</ul>
and
<ul>
<li>Three</li>
<li>Four</li>
</ul>
Limit the data wp_list_pages()
gets by 2 and the first one should show ASC and last one DESC - something like that...