[theme-reviewers] collide theme review
Chip Bennett
chip at chipbennett.net
Thu Jan 13 13:43:16 UTC 2011
Hi Arthur,
No need to post review comments on the mail list (unless you have questions
about a particular comment); just leaving them as comments on the Trac
ticket is sufficient.
Thanks for helping out with Theme reviews!
Chip
On Thu, Jan 13, 2011 at 7:33 AM, Artur <apeka1990 at gmail.com> wrote:
> Well, thank you, my bad not to do the plugin check. Updated the comment.
>
>
> - REQUIRED: No content width has been defined. Example:
>
> if ( ! isset( $content_width ) ) $content_width = 900;
>
> - REQUIRED: Could not find *comment_form*. See: comment_form<http://codex.wordpress.org/Template_Tags/comment_form>
>
> <?php comment_form(); ?>
>
> - RECOMMENDED: could not find the file *readme.txt* in the theme.
> - RECOMMENDED: No reference to post-thumbnails was found in the theme.
> If the theme has a thumbnail like functionality, it should be implemented
> with *add_theme_support( \'post-thumbnails\' )*in the functions.php
> file.
> - RECOMMENDED: No reference to *the_post_thumbnail()* was found in the
> theme. It is recommended that the theme implement this functionality instead
> of using custom fields for thumbnails.
> - RECOMMENDED: No reference to *add_editor_style()* was found in the
> theme. It is recommended that the theme implement editor styling, so as to
> make the editor content match the resulting post output in the theme, for a
> better user experience.
> - RECOMMENDED: No reference to *add_custom_image_header* was found in
> the theme. It is recommended that the theme implement this functionality if
> using an image for the header.
> - RECOMMENDED: *get_bloginfo('url')* was found in the file *
> functions.php*. Use *home_url()* instead.
>
> Line 12: define('HOME_URI', get_bloginfo('url'));
>
> - INFO: At least one hard coded date was found in the file *index.php*.
> Consider get_option( 'date_format' )
>
>
>
> _______________________________________________
> 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/20110113/860ddeae/attachment.htm>
More information about the theme-reviewers
mailing list