[theme-reviewers] Oh boy

Furcifer furcifer at furcifer.net
Fri Dec 17 17:30:43 UTC 2010



One or more errors were found.

    * Deprecated: bloginfo('home') was found in the file searchform.php.
      Use bloginfo( 'url' ) instead.

      Line 1:  bloginfo('home'); ?>/">

    * Deprecated: wp_list_cats found in the file sidebar.php.
      Use wp_list_categories instead.

      Line 29:  wp_list_cats('&feed=RSS'); ?>

    * Deprecated: get_links_list found in the file sidebar.php.
      Use wp_list_bookmarks() instead.

      Line 56:  get_links_list(); ?>

    * Deprecated: comments_rss_link found in the file page.php.
      Use get_category_feed_link() instead.

      Line 18:  comments_rss_link('RSS'); ?>)&nbsp;&nbsp;|&nbsp;<?php } ?>

    * Deprecated: comments_rss_link found in the file single.php.
      Use get_category_feed_link() instead.

      Line 30:  comments_rss_link('RSS'); ?>)<?php } ?>

    * Deprecated: wp_list_cats found in the file archives.php.
      Use wp_list_categories instead.

      Line 22:  wp_list_cats(); ?>

    * Deprecated: get_settings found in the file header.php.
      Use get_option() instead.

      Line 49:  get_settings('home'); ?>"><?php _e('Home') ?></a></li>

    * Required: : License: is missing from your style.css header.
    * Required: : License URI: is missing from your style.css header.
    * Required: : .gallery-caption css class is needed in your theme css.
    * Required: license.txt is missing you must include a licence.txt or put
License: and Licence URI: in style.css header..
    * Required: Could not find add_theme_support( 'automatic-feed-links' ).
See: add_theme_support

       <?php add_theme_support( $feature ); ?>

    * Required: Could not find body_class. See: body_class

       <?php body_class( $class ); ?>

    * Required: Could not find post_class. See: post_class

       <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

    * Recommended: The CSS is missing the .sticky class.
    * Recommended: The CSS is missing the .bypostauthor class.
    * Recommended: the_time('jS F Y') was found in the file index.php.
      Use the_time( get_option( 'date_format' ) ) instead.

      Line 18:  the_time('jS F Y'); ?>

    * Recommended: the_time('jS F Y') was found in the file archive.php.
      Use the_time( get_option( 'date_format' ) ) instead.

      Line 18:  the_time('jS F Y'); ?>

    * Recommended: bloginfo('url') was found in the file header.php.
      Use echo home_url() instead.

      Line 25:  bloginfo('url') ?>" title="<?php bloginfo('name') ?>: <?php
blog

    * Recommended: bloginfo('template_url') was found in the file
header.php.
      Use echo get_template_directory_uri() instead.

      Line 10:  bloginfo('template_url'); ?>/print.css" type="text/css"
media="p

    * 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: No reference to add_custom_background() was found in the
theme. If the theme uses background images or solid colors for the
background, then it is recommended that the theme implement this
functionality.

    * Info: Non-printable characters were found in the
/home/furcifer/public_html/wp/wp-content/themes/clear-tab/links.php file.
You may want to check this file for errors.
    * Info: Possible hard-coded links were found in the file sidebar.php.

      Line 62: <a href="http://validator.w3.org/check/referer" title="<?php
_e('

    * Info: Possible hard-coded links were found in the file sidebar.php.

      Line 62: <a href="http://validator.w3.org/check/referer" title="<?php
_e('

      Line 63: <a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML
Frien

    * Info: Possible hard-coded links were found in the file footer.php.

      Line 6: <a href="http://validator.w3.org/check/referer" title="Who
cares?

    * Info: No reference to nav_menu's was found in the theme. Note that if
your theme has a menu bar, it is required to use the WordPress nav_menu
functionality for it.
    * Info: The theme appears to use include or require. If these are being
used to include separate sections of a template from independant files, then
get_template_part() should be used instead.




More information about the theme-reviewers mailing list