[theme-reviewers] The list thread..

Simon Prosser pross at pross.org.uk
Wed Sep 29 21:54:58 UTC 2010


On 09/29/2010 09:31 PM, Chip Bennett wrote:
> wp_enqueue_script( 'comment-reply'
> )<http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality>
> <http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality>
Was already implemented!

> paginate_comments_links()<http://codex.wordpress.org/Function_Reference/paginate_comments_links>,
> or previous_comments_link()<http://codex.wordpress.org/Function_Reference/previous_comments_link>
> /next_comments_link()<http://codex.wordpress.org/Function_Reference/next_comments_link>
added
> posts_nav_link()<http://codex.wordpress.org/Function_Reference/posts_nav_link>,
> or previous_posts_link()<http://codex.wordpress.org/Function_Reference/previous_posts_link>
> /next_posts_link()<http://codex.wordpress.org/Function_Reference/next_posts_link>
added
> if get_header(), file header.php must exist
> if get_sidebar(), file sidebar.php (or sidebar-foo.php) must exist
> if get_footer(), file footer.php must exist
> if comments_template(), file comments.php must exist
not yet, but i know how to do it ;)
> 
> Add warning on include( TEMPLATEPATH . 'file.php' )
> Must not have include( TEMPLATEPATH . 'searchform' ) or any variation
> Must not include get_template_part( 'searchform ' ) or any variation
This will take a complicated regex...
> 
> Style.css: add:
> .wp-caption
> .wp-caption-text
> .gallery-caption
done!
> 
> Add *recommended* for:
> .bypostauthor
> .sticky
Added!
> 
> Might be a bit tricky, but can you check the footer for credit link(s), and:
> Ensure no more than 1 link (other than to wordpress.org)
> Link URL matches either Theme URI or Author URI?
> 
> That should cover most of the things that can be automated. Here are some
> potential others:
> 
> if "post-thumbnail" or "post_thumbnail", must have (should catch the ones
> using custom fields for post thumbnails):
> add_theme_support( 'post-thumbnails' )
> the_post_thumbnail
checks for post-thumbnails and the_post_thumbnail already
> 
> <http://codex.wordpress.org/Function_Reference/next_comments_link>if "menu",
> must have:
> register_nav_menu or register_nav_menus
> wp_nav_menu
done

Cais may notice the ugly css popup has had a makeover ;)

-- 
My Blog: http://www.pross.org.uk/
Plugins : http://www.pross.org.uk/plugins/
Themes: http://wordpress.org/extend/themes/profile/pross


More information about the theme-reviewers mailing list