[wp-hackers] no 'before' or 'after' parameters for wp_list_pages()?

Mike Schinkel mikeschinkel at newclarity.net
Mon Nov 30 12:06:36 UTC 2009


On Mon, Nov 30, 2009 at 10:36 AM, Ghodmode <ghodmode at ghodmode.com> wrote:
> Doesn't the default unordered list go against the concept of separating
> data from presentation and semantic representation?  I know that a UL is
> a popular way to represent a menu, but a menu is, semantically, a
> different part of a document than the traditional meaning of the word
> "list".  For example, a list of my favorite movies isn't equivalent to
> the menu.  The menu is an index of the entire site's content, not
> actually part of the current document.
> 

<ul class="movies favorites">
...
</ul>

vs. 

<ul class="menu">
...
</ul>

Or similar.

-Mike Schinkel


More information about the wp-hackers mailing list