[theme-reviewers] The list thread..

Edward Caissie edward.caissie at gmail.com
Wed Sep 29 23:30:10 UTC 2010


Lots of great point Chip ...

... nice work Pross; I'm looking forward to seeing the new and improved
"ugly css popup" (*grin*)



Cais.

On Wed, Sep 29, 2010 at 5:54 PM, Simon Prosser <pross at pross.org.uk> wrote:

> 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
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20100929/af56558b/attachment.htm>


More information about the theme-reviewers mailing list