Pages: customizing the list
-
I’ve looked in the Codex and while I have found how to exclude pages and list them in different ordering, I still haven’t figured this out.
How can I get it so that my list of pages displays a » next to the item? You know, like a “before” item like you can specify in several plugins?
So that:
-
<li id="pagenav">
<h2>Stuff</h2>
<li class="page_item">Page 1<li class="page_item">Page 2
<li class="page_item">Page 3
Becomes:
&lgt;ul>
<li id="pagenav">
<h2>Stuff</h2>
<li class="page_item">» ;Page 1<li class="page_item">» ;Page 2
<li class="page_item">» ;Page 3
thanks :)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Pages: customizing the list’ is closed to new replies.