Mike -<br><br>A few more answers (*grin*) ...<br><br>ALmost any Theme Unit Test fail would generally indicate that the Theme has other issues to be addressed; and, even it is only on major item of the Theme Unit Test most are easily addressed and can be corrected quickly by the Theme author. Sometimes suggestions on how to fix the more obvious issues are also useful and welcomed by the author(s) as well.<br>

<br>There should be, at a minimum, a direct link to the post from the index.php template. Essentially there should always be a way to reach the single.php template (if it exists) display of the post no matter the template file being used.<br>

<br>I don&#39;t recall discussing the requirement of a title on archive pages ... I would consider it good UX but at this time not a requirement; at least not without a very strong case why a title would need to exist for an archive page.<br>

<br>Internationalization of a Theme should be managed entirely within the Theme itself. It is part of the reason a unique textdomain (related to the theme) is required when implementing i18n. Proper implementation of i18n should also be addressed but if it is the only issue with a Theme then I would look at it more as a recommendation to be addressed with the next version submitted.<br>

<br><br>Cais.<br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 10:16 AM,  <span dir="ltr">&lt;<a href="mailto:michael@mfields.org">michael@mfields.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
Have a few more questions:<br>
<br>
In regards to posts with no titles. Is the lack of a permalink a deal<br>
breaker? Actually, is failing any one of the unit tests a reason to fail a<br>
theme? (I believe that it is, but would like confirmation) The theme I<br>
reviewed is displaying a comment link, but in cases where a user has<br>
disabled comments on a particular post (or has set WordPress to do this<br>
automatically), this would leave the visitor without a direct link to the<br>
post. Is a comment link enough or does there need to be a dedicated call<br>
to get_permalink() or the_permalink() in each post?<br>
<br>
Are archive pages required to have a title? Category, Tags, Date(s). I<br>
don&#39;t believe that I&#39;ve read this anywhere, just wondering.<br>
<br>
i18n<br>
Is this code ever acceptable in a theme: __(&#39;Name&#39;). I&#39;m pretty sure that<br>
the following should be done even if the string exists in WordPress, but<br>
am uncertain to policy: __(&#39;Name&#39;, &#39;theme-slug&#39;). Is this subject to fail<br>
or merely a suggestion?<br>
<br>
Thanks!<br>
-Mike<br>
<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>
</blockquote></div><br>