Lots of great point Chip ...<br><br>... nice work Pross; I'm looking forward to seeing the new and improved "ugly css popup" (*grin*)<br><br><br><br>Cais.<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 5:54 PM, Simon Prosser <span dir="ltr"><<a href="mailto:pross@pross.org.uk">pross@pross.org.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 09/29/2010 09:31 PM, Chip Bennett wrote:<br>
> wp_enqueue_script( 'comment-reply'<br>
</div>> )<<a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality" target="_blank">http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality</a>><br>
> <<a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality" target="_blank">http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality</a>><br>
Was already implemented!<br>
<br>
> paginate_comments_links()<<a href="http://codex.wordpress.org/Function_Reference/paginate_comments_links" target="_blank">http://codex.wordpress.org/Function_Reference/paginate_comments_links</a>>,<br>
> or previous_comments_link()<<a href="http://codex.wordpress.org/Function_Reference/previous_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/previous_comments_link</a>><br>
> /next_comments_link()<<a href="http://codex.wordpress.org/Function_Reference/next_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_comments_link</a>><br>
added<br>
> posts_nav_link()<<a href="http://codex.wordpress.org/Function_Reference/posts_nav_link" target="_blank">http://codex.wordpress.org/Function_Reference/posts_nav_link</a>>,<br>
> or previous_posts_link()<<a href="http://codex.wordpress.org/Function_Reference/previous_posts_link" target="_blank">http://codex.wordpress.org/Function_Reference/previous_posts_link</a>><br>
> /next_posts_link()<<a href="http://codex.wordpress.org/Function_Reference/next_posts_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_posts_link</a>><br>
added<br>
<div class="im">> if get_header(), file header.php must exist<br>
> if get_sidebar(), file sidebar.php (or sidebar-foo.php) must exist<br>
> if get_footer(), file footer.php must exist<br>
> if comments_template(), file comments.php must exist<br>
</div>not yet, but i know how to do it ;)<br>
<div class="im">><br>
> Add warning on include( TEMPLATEPATH . 'file.php' )<br>
> Must not have include( TEMPLATEPATH . 'searchform' ) or any variation<br>
> Must not include get_template_part( 'searchform ' ) or any variation<br>
</div>This will take a complicated regex...<br>
<div class="im">><br>
> Style.css: add:<br>
> .wp-caption<br>
> .wp-caption-text<br>
> .gallery-caption<br>
</div>done!<br>
<div class="im">><br>
> Add *recommended* for:<br>
> .bypostauthor<br>
> .sticky<br>
</div>Added!<br>
<div class="im">><br>
> Might be a bit tricky, but can you check the footer for credit link(s), and:<br>
> Ensure no more than 1 link (other than to <a href="http://wordpress.org" target="_blank">wordpress.org</a>)<br>
> Link URL matches either Theme URI or Author URI?<br>
><br>
> That should cover most of the things that can be automated. Here are some<br>
> potential others:<br>
><br>
> if "post-thumbnail" or "post_thumbnail", must have (should catch the ones<br>
> using custom fields for post thumbnails):<br>
> add_theme_support( 'post-thumbnails' )<br>
> the_post_thumbnail<br>
</div>checks for post-thumbnails and the_post_thumbnail already<br>
><br>
> <<a href="http://codex.wordpress.org/Function_Reference/next_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_comments_link</a>>if "menu",<br>
<div class="im">> must have:<br>
> register_nav_menu or register_nav_menus<br>
> wp_nav_menu<br>
</div>done<br>
<br>
Cais may notice the ugly css popup has had a makeover ;)<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">My Blog: <a href="http://www.pross.org.uk/" target="_blank">http://www.pross.org.uk/</a><br>
Plugins : <a href="http://www.pross.org.uk/plugins/" target="_blank">http://www.pross.org.uk/plugins/</a><br>
Themes: <a href="http://wordpress.org/extend/themes/profile/pross" target="_blank">http://wordpress.org/extend/themes/profile/pross</a><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>
</div></div></blockquote></div><br>