[theme-reviewers] collide theme review
Artur
apeka1990 at gmail.com
Thu Jan 13 13:33:16 UTC 2011
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' )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20110113/c3a07591/attachment.htm>
More information about the theme-reviewers
mailing list