<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I wouldn't require wp_nav_menu to be there, thats
specifically for pages, and doesn't look like a menubar just a widgetted
area</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=chip@chipbennett.net href="mailto:chip@chipbennett.net">Chip
Bennett</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net
href="mailto:philip@frumph.net">Philip M. Hofer (Frumph)</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, August 18, 2010 6:34
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers]
Clarification: Nav Menus</DIV>
<DIV><BR></DIV>For clarification, see this Theme:
<DIV><BR></DIV>
<DIV><A
href="http://themereview.chipbennett.net/">http://themereview.chipbennett.net/</A></DIV>
<DIV><BR></DIV>
<DIV><A href="http://themereview.chipbennett.net/"></A>The dynamic sidebar is
in the footer (actually, sidebar.php doesn't call dynamic_sidebar, but that's
a separate issue). The footer has an explicit call to wp_list_pages, but is
output as a list, not a menu bar.</DIV>
<DIV><BR></DIV>
<DIV>Should I require wp_nav_menu here? I'm thinking *not*, but wanted a
second opinion.</DIV>
<DIV><BR></DIV>
<DIV>Chip<BR><BR>
<DIV class=gmail_quote>On Wed, Aug 18, 2010 at 8:29 AM, Chip Bennett <SPAN
dir=ltr><<A
href="mailto:chip@chipbennett.net">chip@chipbennett.net</A>></SPAN>
wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>But if no such "menu bar" exists, then the Theme isn't
required to use/support wp_nav_menu(), right?
<DIV><BR></DIV>
<DIV><FONT color=#888888>Chip</FONT>
<DIV>
<DIV></DIV>
<DIV class=h5><BR><BR>
<DIV class=gmail_quote>On Wed, Aug 18, 2010 at 8:23 AM, Philip M. Hofer
(Frumph) <SPAN dir=ltr><<A href="mailto:philip@frumph.net"
target=_blank>philip@frumph.net</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV bgcolor="#ffffff">
<DIV><FONT size=2 face=Arial>If they have a menubar looking place at the
top half of the site:</FONT></DIV>
<DIV>Custom Menu - <TT><A
title="Function Reference/wp nav menu">wp_nav_menu()</A></TT> ( replacing
wp_list_pages, wp_list_categories, wp_page_menu, etc. as a menubar system
where applicable ) </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>They must use wp_nav_menu()</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>If wp_nav_menu() is being used, then the
register_nav_menus() OR add_theme_support('menus'); needs to be
there</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Basically if they have an existing menubar on
their site, wp_nav_menu needs to be used.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV>
<DIV></DIV>
<DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=chip@chipbennett.net href="mailto:chip@chipbennett.net"
target=_blank>Chip Bennett</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, August 18, 2010
6:20 AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [theme-reviewers]
Clarification: Nav Menus</DIV>
<DIV><BR></DIV>Can someone give me some clarification on how we're
currently interpreting the requirement that Themes support Nav Menus?
<DIV><BR></DIV>
<DIV>If a given Theme doesn't have a "menu bar", is it not required to
define a Nav Menu? i.e. in such case, is the Theme acceptable with just
the native support for adding Nav Menus in the Theme's dynamic
sidebar?</DIV>
<DIV><BR></DIV>
<DIV>Or, are we requiring Themes to support a menu bar, with a
pre-defined Nav Menu?</DIV>
<DIV><BR></DIV>
<DIV>Thanks in advance,</DIV>
<DIV><FONT size=2 face=Arial></FONT><BR></DIV>
<DIV>Chip</DIV></DIV></DIV>
<P></P>
<HR>
<P></P>_______________________________________________<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>
<P></P></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE></BODY></HTML>