Ticket #2444 (closed theme: not-approved)
THEME: Blue Ocean - 1.0
| Reported by: | Anlino | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | Keywords: | theme-blue-ocean, | |
| Cc: | anlino91@… |
Description
Blue Ocean - 1.0
A fresh, clean and simple WordPress? theme, featuring widget support, nested comments, custom background and built-in buttons for sharing posts on Facebook, Twitter and Digg.
Theme URL - http://www.andersnoren.se/wordpress-themes/
Author URL - http://www.andersnoren.se
SVN - http://themes.svn.wordpress.org/blue-ocean/1.0
ZIP - http://wordpress.org/extend/themes/download/blue-ocean.1.0.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-blue-ocean
Change History
comment:1 Changed 13 months ago by chipbennett
- Owner set to chipbennett
- Status changed from new to assigned
comment:2 Changed 13 months ago by chipbennett
- Status changed from assigned to closed
- Resolution set to not-approved
Required
Credit Links
- Unable to verify Theme URI; returns a 404. Please note: a general "WordPress? Themes" landing page is not appropriate for Theme URI, which must be specific to the Theme itself.
- Footer may include only <em>one</em> credit link.
Theme Functionality
- Header nav menu must support wp_nav_menu()
Template Files
- Replace "include( TEMPLATEPATH . '/searchform.php')" with "get_search_form()" (author.php, category.php, tag.php, etc.)
- Only include a "searchform.php" template file if Theme alters core search form. The get_search_form() function will include the core search form if none is provided by the Theme.
Theme Check Required
REQUIRED: Could not find wp_enqueue_script( 'comment-reply' ). See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display
<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?>
REQUIRED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
REQUIRED: get_option('home') was found in the file tag.php. Use home_url() instead.
Line 45: <p class='center'>The page you are looking for has either been moved, removed, or has never existed at all. Use the search form below to find what you are looking for, or return to the <a href='<?php echo get_option('home'); ?>/'>home page</a>.<br /><br /><?php include (TEMPLATEP
REQUIRED: get_option('home') was found in the file category.php. Use home_url() instead.
Line 45: <p class='center'>The page you are looking for has either been moved, removed, or has never existed at all. Use the search form below to find what you are looking for, or return to the <a href='<?php echo get_option('home'); ?>/'>home page</a>.<br /><br /><?php include (TEMPLATEP
REQUIRED: get_option('home') was found in the file author.php. Use home_url() instead.
Line 53: <p class='center'>The page you are looking for has either been moved, removed, or has never existed at all. Use the search form below to find what you are looking for, or return to the <a href='<?php echo get_option('home'); ?>/'>home page</a>.<br /><br /><?php include (TEMPLATEP
Theme Check Recommended
RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
RECOMMENDED: The CSS is missing the .sticky class.
RECOMMENDED: The CSS is missing the .bypostauthor class.
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 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.
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: bloginfo('url') was found in the file tag.php. Use echo home_url() instead.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file single.php. Use echo home_url() instead.
Line 7: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file search.php. Use echo home_url() instead.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file index.php. Use echo home_url() instead.
Line 9: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file image.php. Use echo home_url() instead.
Line 7: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file category.php. Use echo home_url() instead.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo('url') was found in the file author.php. Use echo home_url() instead.
Line 19: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> – Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>' />
RECOMMENDED: bloginfo( 'url' ) was found in the file header.php. Use echo home_url() instead.
Line 21: <h1><a href='<?php bloginfo( 'url' ) ?>/' title='<?php bloginfo( 'name' ) ?>' rel='home'><?php
Line 26: <li><a href='<?php bloginfo( 'url' ) ?>/' title='<?php bloginfo( 'name' ) ?>' rel='home'>Home<
RECOMMENDED: bloginfo( 'url' ) was found in the file 404.php. Use echo home_url() instead.
Line 14: <li>Return to the <a href='<?php bloginfo( 'url' ) ?>'>home page</a>.</li>
RECOMMENDED: bloginfo( 'template_url' ) was found in the file tag.php. Use get_template_directory_uri() instead.
Line 21: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
RECOMMENDED: bloginfo( 'template_url' ) was found in the file single.php. Use get_template_directory_uri() instead.
Line 17: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
RECOMMENDED: bloginfo( 'template_url' ) was found in the file search.php. Use get_template_directory_uri() instead.
Line 22: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
RECOMMENDED: bloginfo( 'template_url' ) was found in the file index.php. Use get_template_directory_uri() instead.
Line 19: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
RECOMMENDED: bloginfo( 'template_url' ) was found in the file header.php. Use get_template_directory_uri() instead.
Line 7: <link rel='shortcut icon' href='<?php bloginfo( 'template_url' ) ?>/favicon.ico' />
Line 8: <link rel='stylesheet' type='text/css' href='<?php bloginfo( 'template_url' ) ?>/style.css' />
Line 28: <li class='rss'><a href='<?php bloginfo( 'rss_url' ) ?>' title='Subscribe to posts from <?php bloginfo( 'name' ) ?>'><img src='<?php bloginfo( 'template_url' ) ?>/images/rss.png' /></a></li>
RECOMMENDED: bloginfo( 'template_url' ) was found in the file category.php. Use get_template_directory_uri() instead.
Line 21: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
RECOMMENDED: bloginfo( 'template_url' ) was found in the file author.php. Use get_template_directory_uri() instead.
Line 29: <div class='share'><span>Share</span> <a href=' http://digg.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>' title='Digg this'><img src='<?php bloginfo( 'template_url' ) ?>/images/digg.png' /></a><a href=' http://twitte
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.
INFO: Non-printable characters were found in the tag.php file. You may want to check this file for errors.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the single.php file. You may want to check this file for errors.
Line 7: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the search.php file. You may want to check this file for errors.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the index.php file. You may want to check this file for errors.
Line 9: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the image.php file. You may want to check this file for errors.
Line 7: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the footer.php file. You may want to check this file for errors.
Line 11: <p>Proudly powered by <a href=' http://www.wordpress.org'>WordPress?</a><br />Built on the <a href=' http://www.andersnoren.se/wordpress-themes/'>Blue Ocean Theme</a> by <a href=' http://www.andersnoren.se'>Anders Nor��n</a></p>
INFO: Non-printable characters were found in the category.php file. You may want to check this file for errors.
Line 11: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
INFO: Non-printable characters were found in the author.php file. You may want to check this file for errors.
Line 19: <link rel='alternate' type='application/rss+xml' title='<?php the_title(); ?> ��� Comments' href='<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID
Review Summary
This is a cursory review only. This Theme failed a sufficient number of criteria to warrant discontinuing further review. Prior to re-submitting, please ensure Theme meets all requirements in the Theme Review Guidelines and the Theme Unit Tests. Once these issues have been resolved, please re-submit your Theme using the uploader tool on wordpress.org/extend/themes, and a new Trac ticket will be generated.
Note:
- Re-submitted Themes are given review priority over new Themes.
- Test your Theme using the Theme Check tool, and ensure that no errors are found, prior to re-submission.
Responding To This Review
Theme developer questions, comments, and feedback are welcome and encouraged. Please use one of the following methods:
1) Leave a comment on this ticket
2) Email the theme-reviewers email list
3) Use the #wordpress-themes channel on irc.freenode.net

