Ticket #567 (closed theme: not-approved)
THEME: Summ - 1.0.2
| Reported by: | themetracbot | Owned by: | Frumph |
|---|---|---|---|
| Priority: | Keywords: | theme-summ, | |
| Cc: |
Description
Summ - 1.0.2
A theme in blue and white,widgets supported, no plugins required.
Theme URL - http://axiu.me/theme/
Author URL - http://axiu.me/
SVN - http://themes.svn.wordpress.org/summ/1.0.2
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-summ
Change History
comment:2 Changed 22 months ago by Frumph
- Status changed from assigned to closed
- Resolution set to not-accepted
=> Notices
Notice: Undefined variable: comment_id in \wp-content\themes\summ\functions.php on line 58
Notice: Undefined variable: comment_post_ID in \wp-content\themes\summ\functions.php on line 58
=> must not display comments are closed/disabled/off messages on pages http://codex.wordpress.org/Theme_Unit_Test#Page_With_Comments_Disabled
/ should rewrite the license information with example from the theme review documentation
=> Missing required theme supports
=> meta generator information is auto added from wordpress, remove from header.php
=> comment_form(); needs to be used in comments.php
=> bloginfo('home') use 'url' instead
=> deprecated
Function: link_pages()
Used in wp-content/themes/summ/single.php on line 31.
- use wp_link_pages();
Argument in get_bloginfo()
Used in wp-content/themes/summ/comments.php on line 114.
- use 'url' instead of 'home'
Developer needs to thoroughly read the http://codex.wordpress.org/Theme_Review and find all the must-haves and update their theme(s) accordingly, this theme will continue to not pass until all requirements are met.
Items marked with => are reasons for not being approved
items marked with / are just suggestions
This is a tertiary review, enough items didn't pass; Next reviewer might find more so please do everything you can to adhere to the documentation on what is accepted in the theme review.
To check for notices/warnings/fatal errors, enable define('WP_DEBUG', true); in the wp-config.php
