رفتن به مطلب

رفع مشکلات اعلام شده توسط افزونه Theme-Check


پست های پیشنهاد شده

سلام و خسته نباشید

من از یک قالب دارم استفاده میکنم

امروز با افزونه Theme-Check آشنا شدم و جو گیر شدم که قالب رو تست کنم

اما قالبم ارورهای زیادی داد و آشنایی با زبان فرنگی هم ندارم

امکانش هست بهم بگید چطور میتونم مشکلات اعلام شده توسط این افزونه رو رفع کنم

ممنون

ارورهای اعلام شده

WARNING: No screenshot detected! Please include a screenshot.png.

REQUIRED:License: is missing from your style.css header.

REQUIRED:License URI: is missing from your style.css header.

REQUIRED:.sticky css class is needed in your theme css.

REQUIRED:.gallery-caption css class is needed in your theme css.

REQUIRED:.bypostauthor css class is needed in your theme css.

REQUIRED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.

REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.

REQUIRED: The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination.

REQUIRED: No content width has been defined. Example:

if ( ! isset( $content_width ) ) $content_width = 900;

RECOMMENDED: Text domain problems in functions.php. You have not included a text domain!

Line 350: 'top-menu' => __( 'Top Menu' )

Line 389: $output = __('There is no excerpt because this is a protected post.');

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_theme_support( 'custom-header', $args ) 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_theme_support( 'custom-background', $args ) 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.

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: Tags: is either empty or missing in style.css header.

WARNING: thumbs.db Windows thumbnail store found.

WARNING: readfile was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 598: if (!@readfile ($cache_file)) {

WARNING: fwrite was found in the file functions.php possible file operations.

Line 558: fwrite($localimage,$filedata);

WARNING: functions.php. User levels were deprecated in 2.0. Please see Roles_and_Capabilities

Line 68: add_theme_page('تنظیمات قالب', 'تنظیمات قالب', 8, 'wp

WARNING: fread was found in the file functions.php possible file operations.

Line 553: $filedata.= fread($remoteimage,1024*8);

WARNING: fopen was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 670: $fh = fopen ($local_filepath, 'w');

WARNING: fopen was found in the file functions.php possible file operations.

Line 540: if ( function_exists('curl_init') ) { // check for CURL, if not use fopen

Line 542: $localimage = fopen('$fullPath$flickrSlug.jpg', 'wb');

Line 550: $remoteimage = fopen($imgurl, 'rb');

Line 557: $localimage = fopen('$fullPath$flickrSlug.jpg', 'wb');

WARNING: file_put_contents was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 696: if (file_put_contents ($local_filepath, $img) == FALSE) {

WARNING: file_get_contents was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 599: $content = file_get_contents ($cache_file);

Line 692: if (!$img = file_get_contents($src)) {

WARNING: fclose was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 688: fclose ($fh);

WARNING: fclose was found in the file functions.php possible file operations.

Line 556: fclose($remoteimage);

Line 559: fclose($localimage);

WARNING: curl_init was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 668: if (function_exists ('curl_init')) {

Line 671: $ch = curl_init ($src);

WARNING: curl_init was found in the file functions.php possible file operations.

Line 540: if ( function_exists('curl_init') ) { // check for CURL, if not use fopen

Line 541: $curl = curl_init();

WARNING: curl_exec was found in the file scripts/phpThumb/phpThumb.php possible file operations.

Line 680: if (curl_exec ($ch) === FALSE) {

WARNING: curl_exec was found in the file functions.php possible file operations.

Line 546: curl_exec($curl);

REQUIRED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination.

REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display

<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?>

REQUIRED: Could not find wp_list_comments. See: wp_list_comments

<?php wp_list_comments( $args ); ?>

REQUIRED: Could not find wp_link_pages. See: wp_link_pages

<?php wp_link_pages( $args ); ?>

REQUIRED: Could not find post_class. See: post_class

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

REQUIRED: Could not find comments_template. See: comments_template

<?php comments_template( $file, $separate_comments ); ?>

REQUIRED: Could not find comment_form. See: comment_form

<?php comment_form(); ?>

REQUIRED: Could not find body_class call in body tag. See: body_class

<?php body_class( $class ); ?>

REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support

<?php add_theme_support( $feature ); ?>

REQUIRED: wp_specialchars found in the file functions.php. Deprecated since version 2.8. Use esc_html() instead.

Line 272: bloginfo('name'); echo ' search results: '; echo wp_specialchars($s);

REQUIRED: wp_list_cats found in the file archives.php. Deprecated since version 2.1. Use wp_list_categories instead.

Line 26: <ul><?php wp_list_cats('sort_column=name&optioncount=1') ?></ul>

REQUIRED: get_bloginfo('home') was found in the file footer.php. Use home_url() instead.

Line 29: <?php printf(__('تمام حقوق این سایت برای © %1$s <a href='%2$s/'>%3$s</a>. محفوظ است.','max'), date('Y'), get_bloginfo('home'), get_bloginfo('name')); ?><br />

RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.

RECOMMENDED: bloginfo(url) was found in the file footer.php. Use echo home_url() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file header.php. Use get_template_directory_uri() instead.

RECOMMENDED: TEMPLATEPATH was found in the file single.php. Use get_template_directory() instead.

Line 7: <div id='content-b'><?php include TEMPLATEPATH. '/templates/single.post.template.html'; ?></div>

RECOMMENDED: TEMPLATEPATH was found in the file sidebar.php. Use get_template_directory() instead.

Line 6: include TEMPLATEPATH. '/templates/searchform.html';

Line 7: include TEMPLATEPATH. '/templates/300x250.html';

Line 8: include TEMPLATEPATH. '/templates/ajax.tabs.html';

Line 9: include TEMPLATEPATH. '/templates/subscription.html';

Line 13: <?php include TEMPLATEPATH. '/sidebar_m.php'; ?>

Line 14: <?php include TEMPLATEPATH. '/sidebar_l.php'; ?>

Line 15: <?php include TEMPLATEPATH. '/sidebar_r.php'; ?><div class='clear'></div>

RECOMMENDED: TEMPLATEPATH was found in the file search.php. Use get_template_directory() instead.

Line 7: <div id='content-b'><?php include TEMPLATEPATH. '/templates/search.html'; ?></div>

RECOMMENDED: TEMPLATEPATH was found in the file page.php. Use get_template_directory() instead.

Line 7: <div id='content-b'><?php include TEMPLATEPATH. '/templates/single.page.template.html'; ?></div>

RECOMMENDED: TEMPLATEPATH was found in the file home.php. Use get_template_directory() instead.

Line 15: <?php include TEMPLATEPATH. '/templates/300x250.middle.html'; ?>

Line 16: <?php include TEMPLATEPATH. '/templates/latest.html'; ?>

Line 21: <?php include TEMPLATEPATH. '/templates/featured.story.html'; ?>

Line 23: <?php include TEMPLATEPATH. '/templates/more.features.html'; ?>

Line 32: <?php include TEMPLATEPATH. '/templates/searchform.html'; ?>

Line 34: <?php include TEMPLATEPATH. '/templates/300x250.html'; ?>

Line 36: <?php include TEMPLATEPATH. '/templates/ajax.tabs.html'; ?>

Line 40: <div class='lefton'><?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(4) ) : else : ?><?php endif; ?></div><?php include TEMPLATEPATH. '/templates/subscription.html'; ?>

RECOMMENDED: TEMPLATEPATH was found in the file header.php. Use get_template_directory() instead.

Line 29: <?php include TEMPLATEPATH. '/templates/header.html'; ?>

RECOMMENDED: TEMPLATEPATH was found in the file finall home.php. Use get_template_directory() instead.

Line 8: <?php include TEMPLATEPATH. '/templates/featured.story.html'; ?>

Line 9: <?php include TEMPLATEPATH. '/templates/more.features.html'; ?>

Line 12: <?php include TEMPLATEPATH. '/templates/latest.html'; ?>

Line 13: <?php include TEMPLATEPATH. '/templates/300x250.middle.html'; ?>

Line 16: <?php include TEMPLATEPATH. '/templates/searchform.html'; ?>

Line 17: <?php include TEMPLATEPATH. '/templates/300x250.html'; ?>

Line 20: <?php include TEMPLATEPATH. '/templates/ajax.tabs.html'; ?>

Line 21: <?php include TEMPLATEPATH. '/templates/subscription.html'; ?>

Line 26: <?php include TEMPLATEPATH. '/templates/gallery.html'; ?>

Line 27: <div id='content'><?php include TEMPLATEPATH. '/templates/front.categories.html'; ?></div>

RECOMMENDED: TEMPLATEPATH was found in the file archive.php. Use get_template_directory() instead.

Line 7: <div id='content-b'><?php include TEMPLATEPATH. '/templates/archive.html'; ?></div>

RECOMMENDED: TEMPLATEPATH was found in the file 404.php. Use get_template_directory() instead.

Line 7: <div id='content-b'><?php include TEMPLATEPATH. '/templates/not.found.html'; ?></div>

INFO: Possible hard-coded links were found in the file functions.php.

Line 616: <a href='http://www.macromedia.com/go/getflashplayer'>Get the Flash Player</a> to se

INFO: Non-printable characters were found in the index.php file. You may want to check this file for errors.

Line 1: 

Line 8: <p align='center'>���� ������ پو����</p>

Line 9: <p align='center'>���� ����ل ������ ������ی ����یی������ ه����یم</

INFO: Non-printable characters were found in the functions.php file. You may want to check this file for errors.

Line 68: add_theme_page('��ن��یم���� ق��ل��', '��ن��یم���� ق��ل��', 8, 'wpmax', array(&$th

Line 122: echo '<div class='updated fade' id='message' style='background-color: rgb(255, 251, 204); width: 400px; margin-left: 17px; margin-top: 17px;'><p>����یی������<strong>����ی��ه ����</strong>.</p></div>';

Line 129: <li><a href='#' rel='2' class='selected'>م��ی��ی�� م����ل�� ویژه</a></li>

Line 130: <li><a href='#' rel='3'>م��ی��ی�� ������ین نو����ه ه��</a></li>

Line 131: <li><a href='#' rel='9'>����ون می��نی ������وی��</a></li>

Line 132: <li><a href='#' rel='10'>م����ل�� مو��و������</a></li>

Line 133: <li><a href='#' rel='4'>م��ی��ی�� ���� ه��ی</a></li>

Line 134: <li><a href='#' rel='6'>م��ی��ی�� ����لی������</a></li>

Line 135: <li><a href='#' rel='7'>م��ی��ی�� گ��ل��ی ��ک��</a></li>

Line 136: <li><a href='#' rel='8'>م���������� فی������ن��</a></li>

Line 141: <b>م��ی��ی�� م����ل�� ویژه »</b>

Line 142: <p>������ی ��������ل م����ل�� ویژه ������ه ��ی ���� ن��م 'Featured

Line 143: <p><input class='widefat' style='width:30px' name='cp_featured' id='cp_featured' value=''.$this->options['featured'].''>��م����ه '��ی ��ی' ������ه ��ی که ������ی م����ل�� ویژه ����

Line 144: <p><input class='widefat' style='width:30px' name='cp_featuredn' id='cp_featuredn' value=''.$this->options['featuredn'].''>نم��ی�� ���������� پ���� ه��یی که ���� 'ویژه ه��ی ق��ل' م

Line 145: <p><input class='widefat' style='width:30px' name='cp_featuredthumb' id='cp_featuredthumb' value=''.$this->options['featuredthumb'].''>������ک���� ������ ����وی�� ������ی م����ل�� ویژه �� ������ی 314

Line 146: <p><input class='widefat' style='width:30px' name='cp_featuredthumbW' id='cp_featuredthumbW' value=''.$this->options['featuredthumbW'].''>������ ������وی�� ��ن�� ��نگ����ی ���� ق��م�� 'ویژه ه��ی ق��

Line 147: <p><input class='widefat' style='width:30px' name='cp_featuredthumbH' id='cp_featuredthumbH' value=''.$this->options['featuredthumbH'].''>��ول ������وی�� ��ن�� ��نگ����ی ���� ق��م�� 'ویژه ه��ی ق��

Line 148: <p><input class='widefat' style='width:30px' name='cp_featuredexcerptA' id='cp_featuredexcerptA' value=''.$this->options['featuredexcerptA'].''>���������� کلم���� نم��ی�� ������ه ����ه ���� ق��م�� 'ویژه'</

Line 149: <p><input class='widefat' style='width:30px' name='cp_featuredexcerptB' id='cp_featuredexcerptB' value=''.$this->options['featuredexcerptB'].''>���������� کلم���� نم��ی�� ������ه ����ه ���� ق��م�� 'ویژه ه

Line 153: <b>������و�� ��ل��مل »</b>

Line 154: <p>���� ��ین ق��م�� می��و��نی�� ����ون و���� ����ی�� ���� م��ی�

Line 155: <p><input class='widefat' style='width:30px' name='cp_latest' id='cp_latest' value=''.$this->options['latest'].''>���������� پ���� ه��یی که ���� ������وی�� ن����ن ������ه ��و��<

Line 156: <p><input class='widefat' style='width:30px' name='cp_latestn' id='cp_latestn' value=''.$this->options['latestn'].''>���������� پ���� ه��ی ����ی�� ����ون ��ی�� ��ک��ه�� ��ه نم��ی�

Line 157: <p><input class='widefat' style='width:30px' name='cp_latestthumbW' id='cp_latestthumbW' value=''.$this->options['latestthumbW'].''>������ ������وی�� ��ن�� ��نگ����ی</p>

Line 158: <p><input class='widefat' style='width:30px' name='cp_latestthumbH' id='cp_latestthumbH' value=''.$this->options['latestthumbH'].''>��ول ������وی�� ��ن����نگ����ی</p>

Line 159: <p><input class='widefat' style='width:30px' name='cp_latestexcerpt' id='cp_latestexcerpt' value=''.$this->options['latestexcerpt'].''>���������� کلم���� نم��ی�� ������ه ����ه</p>

Line 163: <b>���� ه��ی منوی چپ »</b>

Line 165: <p><input class='widefat' style='width:30px' name='cp_viewed' id='cp_viewed' value=''.$this->options['viewed'].''>���������� ��ی������ین پ���� ه��</p>

Line 166: <p><input class='widefat' style='width:30px' name='cp_commented' id='cp_commented' value=''.$this->options['commented'].''>���������� ن��������</p>

Line 167: <p><input class='widefat' style='width:30px' name='cp_comments' id='cp_comments' value=''.$this->options['comments'].''>���������� ن�������� ����ی�� ������ی ن����ن ������ن</p>

Line 171: <b>م��ی��ی�� ����لی������ »</b>

Line 172: <p>����لی������ ������ی ��ین ق��ل�� ���� چه���� ق��م�� ���� ن����

Line 180: <b>گ��ل��ی »</b>

Line 181: <p>������ی ��ی������ گ��ل��ی ��ک�� ����ی�� ������ه ��ی ��ه ن��م 'g

Line 182: <p><input class='widefat' style='width:30px' name='cp_gallery' id='cp_gallery' value=''.$this->options['gallery'].''>��م����ه '��ی ��ی' که ������ی گ��ل��ی ��������ه ��ی�� : </p>

Line 183: <p><input class='widefat' style='width:30px' name='cp_galleryn' id='cp_galleryn' value=''.$this->options['galleryn'].''>���������� پ���� ه��یی که نم��ی��ن ��و��</p>

Line 187: <b>فی�� ����ن�� »</b>

Line 189: <p><input class='widefat' style='width:150px' name='cp_feedID' id='cp_feedID' value=''.$this->options['feedID'].''>��ی ��ی فی�� ����ن�� ��م��</p>

Line 190: <p><input class='widefat' style='width:150px' name='cp_feedtitle' id='cp_feedtitle'' value=''.$this->options['feedtitle'].''>��نو��ن فی�� ����ی��</p>

Line 191: <p><input class='widefat' style='width:150px' name='cp_feedloc' id='cp_feedloc' value=''.$this->options['feedloc'].''>نو����ه ه��ی ��و����ک</p>

Line 195: <b>نو���� می��نی ������وی�� »</b>

Line 196: <p>������ی ��ینکه ���� ��ین ق��م�� ����و��نی�� م����ل�� ��و�� �

Line 197: <p><input class='widefat' style='width:30px' name='cp_carousel' id='cp_carousel' value=''.$this->options['carousel'].''>��م����ه ��ی ��ی که ������ی ��ین ������ ��������ه ��ی��</p>

Line 198: <p><input class='widefat' style='width:30px' name='cp_carouseln' id='cp_carouseln' value=''.$this->options['carouseln'].''>���������� نم��ی�� م����ل�� ���� ��ین ق��م��</p>

Line 202: <b>��ن��یم���� نم��ی�� ���������� ���� ��ف��ه ن������ ق��م�� پ��ی

Line 204: <p>چپ :</p>

Line 205: <p><input class='widefat' style='width:30px' name='cp_cat1ID' id='cp_cat1ID' value=''.$this->options['cat1ID'].''>��م����ه ��ی ��ی ������ه ��ی که نم��ی�� ������ه ��و��</p>

Line 206: <p><input class='widefat' style='width:30px' name='cp_cat1posts' id='cp_cat1posts' value=''.$this->options['cat1posts'].''>���������� پ���� ه��یی که ��������ی ����وی�� ������</p>

Line 207: <p><input class='widefat' style='width:30px' name='cp_cat1more' id='cp_cat1more' value=''.$this->options['cat1more'].''>���������� لینک ه��یی که ���� ������مه نم��ی�� ������ه ��و�

Line 208: <p><input class='widefat' style='width:30px' name='cp_cat1W' id='cp_cat1W' value=''.$this->options['cat1W'].''>������ ������وی�� ��ن�� ��نگ����ی</p>

Line 209: <p><input class='widefat' style='width:30px' name='cp_cat1H' id='cp_cat1H' value=''.$this->options['cat1H'].''>��ول ������وی�� ��ن�� ��نگ����ی</p>

Line 210: <p><input class='widefat' style='width:30px' name='cp_cat1excerpt' id='cp_cat1excerpt' value=''.$this->options['cat1excerpt'].''>���������� کلم����ی که ��ه هم����ه م��ل�� نم��ی�� ������ه �

Line 211: <p>�������� :</p>

Line 212: <p><input class='widefat' style='width:30px' name='cp_cat2ID' id='cp_cat2ID' value=''.$this->options['cat2ID'].''>��م����ه ��ی ��ی ������ه ��ی که نم��ی�� ������ه ��و��</p>

Line 213: <p><input class='widefat' style='width:30px' name='cp_cat2posts' id='cp_cat2posts' value=''.$this->options['cat2posts'].''>���������� پ���� ه��یی که ��������ی ����وی�� ������</p>

Line 214: <p><input class='widefat' style='width:30px' name='cp_cat2more' id='cp_cat2more' value=''.$this->options['cat2more'].''>���������� لینک ه��یی که ���� ������مه نم��ی�� ������ه ��و�

Line 215: <p><input class='widefat' style='width:30px' name='cp_cat2W' id='cp_cat2W' value=''.$this->options['cat2W'].''>������ ������وی�� ��ن�� ��نگ����ی</p>

Line 216: <p><input class='widefat' style='width:30px' name='cp_cat2H' id='cp_cat2H' value=''.$this->options['cat2H'].''>��ول ������وی�� ��ن�� ��نگ����ی</p>

Line 217: <p><input class='widefat' style='width:30px' name='cp_cat2excerpt' id='cp_cat2excerpt' value=''.$this->options['cat2excerpt'].''>���������� کلم����ی که ��ه هم����ه م��ل�� نم��ی�� ������ه �

Line 230: echo '<input type='submit' value='����ی��ه »' name='cp_save' class='dochanges' />';

Line 248: 'name'=>'����ون ��م�� چپ',

INFO: Non-printable characters were found in the footer.php file. You may want to check this file for errors.

Line 1: <?php global $max; ?>

Line 6: <h6><?php _e('مو��و������','max'); ?></h6>

Line 8: <li><a href='<?php bloginfo('url'); ?>'><?php _e('��ف��ه ����لی','max'); ?></a></li>

Line 14: <h6><?php _e('��ف������ ����ی��','max'); ?></h6>

Line 17: <li><a href='<?php bloginfo('rss2_url'); ?>'><?php _e('فی�� م����ل��','max'); ?></a></li>

Line 18: <li><a href='<?php bloginfo('comments_rss2_url'); ?>'><?php _e('فی�� ن��������','max'); ?></a></li>

Line 22: <div id='footer-top'><a href='#top'><?php _e('����������ی ��ف��ه','max'); ?></a></div><div class='clear'></div>

Line 29: <?php printf(__('��م��م ��قوق ��ین ����ی�� ������ی © %1$s <a href='%2$s/'>%3$s

Line 32: <?php _e(' ��������ی پ��وژه <a target='_blank' href='http://www.lengehdesign.com'

INFO: Non-printable characters were found in the comments.php file. You may want to check this file for errors.

Line 1: <?php // Do not delete these lines

Line 8: <p class='nocomments'>��ین نو����ه ���� ��م�� م����ف���� ����ه ������. کلمه ����و��

Line 18: <h2 id='comments'><?php comments_number('����ون ��ی��گ��ه', '1 ��ی��گ��ه', '% ��ی��گ��ه' );?> ������ی ��

Line 30: <?php if ($comment->comment_approved == '0') : ?><span class='approve'>��ی��گ��ه ��م�� ���� موفقی�� ����ی��ف�� و من������ ������ی��

Line 69: <h2 id='respond'>��ی��گ��ه ��و�� ���� ����������ه ��ین ������ ��گویی��</h2>

Line 82: <p style='line-height: 1.5em'>و������ ����ه ���� ن��م <a href='<?php echo get_option('siteurl'); ?>/w

Line 85: <label for='author'>ن��م <?php if ($req) echo '( ��ل����می )'; ?></label>

Line 87: <label for='email'>پ���� ��لک����ونیک <?php if ($req) echo '( ��ل����می )'; ?></labe

Line 89: <label for='url'>��ف��ه ��ین����ن��ی</label>

Line 92: <label for='comment'>ن����</label>

Line 94: <input name='submit' type='submit' id='submit' tabindex='5' value='��������ل' class='replybutton' />

INFO: Non-printable characters were found in the archives.php file. You may want to check this file for errors.

Line 1: <?php

Line 16: <h1>������یو</h1>

Line 17: <p>������یو م����ل��</p>

Line 19: <h2>������یو ����ل��نه</h2>

Line 22: <h2>������یو م��ه��نه</h2>

Line 25: <h2>������یو مو��و������</h2>

Line 28: <h2>������یو م����ل��</h2>

لینک به ارسال

اکثر این موارد اصلا مشکل نیستن! بیشتر این افزونه داره پیشنهاد میده که البته همه ضروری هم نیستن.

من یک نگاه کلی انداختم مشکل حادی وجودنداره.

لینک به ارسال
  • 1 ماه بعد...

با سلام

من این پلاگین رو نصب کردم و این اطلاعات رو به من داد

راستش از اینها چیزی سرم نشد ، گفتم سوال کنم ببینم مشکل خاصی به نظرتون داخلش هست و برای رفعش چی کار کنم؟

WARNING: No screenshot detected! Please include a screenshot.png.

REQUIRED:License: is missing from your style.css header.

REQUIRED:License URI: is missing from your style.css header.

REQUIRED:.wp-caption css class is needed in your theme css.

REQUIRED:.wp-caption-text css class is needed in your theme css.

REQUIRED:.sticky css class is needed in your theme css.

REQUIRED:.gallery-caption css class is needed in your theme css.

REQUIRED:.bypostauthor css class is needed in your theme css.

REQUIRED:.alignright css class is needed in your theme css.

REQUIRED:.alignleft css class is needed in your theme css.

REQUIRED:.aligncenter css class is needed in your theme css.

REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.

REQUIRED: No content width has been defined. Example:

if ( ! isset( $content_width ) ) $content_width = 900;

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_theme_support( 'custom-header', $args ) 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_theme_support( 'custom-background', $args ) 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.

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.

WARNING: Found wrong tag, remove Magazine Style from your style.css header.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_ff362872dad6531a7de904283cf5d969.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_fa4bbda3350bb8d9ffa0683e744d4961.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_ef5f8a5c5aafa99fb4ed1d8f20a00856.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_eb3cff8c4da73029be9f8d1b3272b6aa.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_e7305bb5eb1a1ff22770ba733534467a.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_e420de77f725c9789c0c18388dfaaa86.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_c9e91a3533c00ab1e605ce6387891e63.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_c647ae8a13724949542467a7d8475239.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_c3da69ebccbc13207b32a535a324befe.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_bf2821c61f7963213de7b75ade6ee96c.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_ae9854f6d6ef1f40e25bb0e05b8c039d.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_ae19e410439a896cccead5a6d5b066b4.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_92d5742d8f8b8781db04d1ebc5c05f47.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_8cd3b980b4304862349a28d522af134a.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_895b9f9bae9e094e224bd841c46c3fc8.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_882be5c6d407f4a634b1fec90bd437b6.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_847943ab995b1c79ec6ff9f9d134f9eb.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_757640c5105afe39b60ab58e2538f20f.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_6ae2c020d0c3353260f8d6ff1e9890fb.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_5e05b2fcbe6ba91558515faf19ae14d4.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_5e02b8699c580b748efab14206b46cbf.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_4c572b7e5086febe6ffa73feb3d3ec4d.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_3b432d6d54af94c447ef810664b5474c.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_35177a6f15e4ee05eec3e6e799f71896.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_148ae843abeb5ea38be346a8a6472495.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_10d0347616b976f72ab558b7b55b87ff.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_1037f40d7ef5f5fd06281d822b95bfa8.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_0ce5125f71b36056b6ff38ce99857590.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_09da0aa7c3cee507efc5a83a6da2654a.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: Both DOS and UNIX style line endings were found in the file cache/timthumb_int_0395de2d50f57bdd56e1d32b0c785448.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.

WARNING: readfile was found in the file timthumb.php possible file operations.

Line 1186: $bytes = @readfile($file);

WARNING: fwrite was found in the file timthumb.php possible file operations.

Line 968: fwrite(self::$curlFH, $d);

WARNING: fread was found in the file timthumb.php possible file operations.

Line 985: $imgType = fread($fp, 3);

WARNING: fopen was found in the file timthumb.php possible file operations.

Line 770: $fp = fopen($tempfile,'r',0,$context);

Line 777: $fh = fopen($lockFile, 'w');

Line 982: $fp = fopen($this->cachefile, 'rb');

Line 1123: self::$curlFH = fopen($tempfile, 'w');

WARNING: file_put_contents was found in the file timthumb.php possible file operations.

Line 771: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType .

Line 772: file_put_contents($tempfile4, $fp, FILE_APPEND);

Line 1169: if(! file_put_contents($tempfile, $img)){

WARNING: file_get_contents was found in the file timthumb.php possible file operations.

Line 998: $content = file_get_contents ($this->cachefile);

Line 1002: $this->debug(3, 'Served using file_get_contents and echo');

Line 1155: $img = @file_get_contents ($url);

Line 1190: $content = @file_get_contents ($file);

WARNING: fclose was found in the file timthumb.php possible file operations.

Line 773: fclose($fp);

Line 785: fclose($fh);

Line 788: fclose($fh);

Line 994: fclose($fp);

Line 1141: fclose(self::$curlFH);

WARNING: error_log PHP error log found.

WARNING: curl_init was found in the file timthumb.php possible file operations.

Line 1121: if(function_exists('curl_init')){

Line 1130: $curl = curl_init($url);

WARNING: curl_exec was found in the file timthumb.php possible file operations.

Line 1140: $curlResult = curl_exec($curl);

REQUIRED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination.

REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display

<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?>

REQUIRED: Could not find wp_list_comments. See: wp_list_comments

<?php wp_list_comments( $args ); ?>

REQUIRED: Could not find wp_link_pages. See: wp_link_pages

<?php wp_link_pages( $args ); ?>

REQUIRED: Could not find post_class. See: post_class

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

REQUIRED: Could not find comment_form. See: comment_form

<?php comment_form(); ?>

REQUIRED: Could not find body_class call in body tag. See: body_class

<?php body_class( $class ); ?>

REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support

<?php add_theme_support( $feature ); ?>

REQUIRED: link_pages found in the file paginate.php. Deprecated since version 2.1. Use wp_link_pages() instead.

Line 11: <?php link_pages('<strong>Pages:</strong> ', '', 'number'); ?>

REQUIRED: get_option(home) was found in the file header.php. Use home_url() instead.

REQUIRED: get_option(home) was found in the file footer.php. Use home_url() instead.

RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.

RECOMMENDED: bloginfo(template_directory) was found in the file single.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file sidebar.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file page.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file index.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file header.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file gallery.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file footer.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file comments.php. Use get_template_directory_uri() instead.

RECOMMENDED: bloginfo(template_directory) was found in the file archive.php. Use get_template_directory_uri() instead.

INFO: Possible hard-coded links were found in the file index.php.

Line 13: <a href='http://www.101recipe.com/?p=4247'><img height='60' width='468' src='http://

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

Line 8: <a href='http://feeds.feedburner.com/101recipe' target='_blank'><img src='<?php blog

INFO: Non-printable characters were found in the single.php file. You may want to check this file for errors.

Line 12: <div class='submain'><?php the_author() ?> | <?php the_category(' / '); ?> | <?php the_time('F, d Y') ?> | <?php comments_popup_link('����ون ن����', '1 ن����', '% ن����'); ?> |

Line 25: <h5>��گ�� ��و���� ������ی�� �� ��ین پ���� ���� ������ی ��یگ����ن ��ه

INFO: Non-printable characters were found in the sidebar.php file. You may want to check this file for errors.

Line 1: <div id='sidebar'>

Line 20: <div class='sidetitle'><h2>������ه ��ن��ی ه��</h2></div>

Line 43: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=16'>پلو و ��ه چین</a></td>

Line 44: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=15'>��و������</a></td>

Line 45: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=23'>��ی��ینی و ��کل����</a></td>

Line 46: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=18'>کیک و ن��ن</a></td>

Line 55: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=21'>��وپ و ����</a></td>

Line 56: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=9'>����ل����</a></td>

Line 57: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=27'>پی�� ������</a></td>

Line 58: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=26'>������</a></td>

Line 67: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=20'>������ی ����ی��یی</a></td>

Line 68: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=28'>������ه��ی م��لی</a></td>

Line 69: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=29'>������ه��ی ��ن��ی</a></td>

Line 70: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=19'>��������نه</a></td>

Line 79: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=30'>م������ و ������ی</a></td>

Line 80: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=33'>نو��ی��نی</a></td>

Line 81: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=32'>پی������</a></td>

Line 82: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=31'>��و����ک</a></td>

Line 91: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=35'>ک������</a></td>

Line 92: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=34'>پ�������� و ل������نی��</a></td>

Line 93: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=17'>������و�� و ک��ن��په</a></td>

Line 94: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=25'>��مل�� و کوکو</a></td>

Line 103: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=24'>������ی ملل</a></td>

Line 104: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=22'>������ی فو��ی و ������ه</a></td>

Line 105: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=36'>��ژیمی</a></td>

Line 106: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=37'>نک���� ����پ��ی</a></td>

Line 115: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=602'>������ی کو��ک</a></td>

Line 116: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=603'>���� ه��</a></td>

Line 117: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=604'>گی��هی</a></td>

Line 118: <td valign='top' align='center' style='width: 75px; height: 20px'><a href='/?cat=605'>������ی مک��یکی</a></td>

INFO: Non-printable characters were found in the setting.php file. You may want to check this file for errors.

Line 1: <?php

Line 16: $about = '������ق ����پ��ی ��م و ��ین ������ی من ��ه مفهوم ��ل��قی

INFO: Non-printable characters were found in the page.php file. You may want to check this file for errors.

Line 12: <div class='submain'><?php the_author() ?> | <?php the_category(' / '); ?> | <?php the_time('F, d Y') ?> | <?php comments_popup_link('����ون ن����', '1 ن����', '% ن����'); ?></div>

Line 23: <h5>��گ�� ��و���� ������ی�� �� ��ین پ���� ���� ������ی ��یگ����ن ��ه

INFO: Non-printable characters were found in the index.php file. You may want to check this file for errors.

Line 23: <div class='postcomment'><?php comments_popup_link('����ون ن����', '1 ن����', '% ن����'); ?></div>

Line 24: <div class='postmore'><a href='<?php the_permalink() ?>'>������مه م��ل��</a></div>

Line 36: <div class='postcomment'><?php comments_popup_link('����ون ن����', '1 ن����', '% ن����'); ?></div>

Line 37: <div class='postmore'><a href='<?php the_permalink() ?>'>������مه م��ل��</a></div>

INFO: Non-printable characters were found in the header.php file. You may want to check this file for errors.

Line 1: <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://w

Line 34: <meta name='keywords' content='ashpazi,101recipe,dastoor pokht,ashpaz,��مو���� ����پ��ی,����پ��ی,����پ��ی,م��ف��و�� ����ین ����ی��

Line 35: <meta name='description' content='����ی�� ����م�� ����پ��ی و ������و������ پ���� و پ�� ���� ��ی����

Line 102: ��ین ����ی�� ��ه م����له ��وم م������قه <a href='http://chehreb

Line 112: <li><a href='<?php echo get_option('home'); ?>/'>��ف��ه ن������</a></li>

Line 113: <li><a href='http://101recipe.com/?cat=852'>������ ��ف������ه��ی ����ی�� ۱۰۱Recipe</a></li>

Line 114: <li><a href='http://101recipe.com/?page_id=206'>��م���� ���� م��</a></li>

Line 115: <li><a href='http://101recipe.com/?page_id=2'>����������ه</a></li>

Line 116: <li><a href='http://101recipe.com/?page_id=918'>������یه و ��ل��م��</a></li>

Line 126: <input type='text' id='s' name='s' onblur='if (this.value == '') {this.value = '��������و...';}' onfocus='if (this.value == '��������و...') {this.value =

INFO: Non-printable characters were found in the footer.php file. You may want to check this file for errors.

Line 1: <?php include (TEMPLATEPATH . '/setting.php'); ?>

Line 6: <h2>����که ه��ی ������م����ی</h2>

Line 13: <h2>����لی������</h2>

Line 17: <h2>����������ک ��یمیلی م����ل��</h2>

Line 21: <p style='line-height:25px; color:orange'>��گ�� م��يلي�� که م����ل�� ��ين ����ي�� ���� ����ون ��يمي�

Line 36: <br>������ف����ه ���� م����ل�� ��ین ����ی�� ����ون ��������ه ����می

Line 48: | �������� ق��ل��: <a href='mailto:khaales@gmail.com'>����ل��</a>

INFO: At least one hard coded date was found in the file archive.php. Consider get_option( 'date_format' )

INFO: timthumb.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.

Line 25: if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.php');

INFO: index.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.

Line 8: <?php include (TEMPLATEPATH . '/gallery.php'); ?>

Line 42: <?php endwhile; include (TEMPLATEPATH . '/paginate.php'); else : include (TEMPLATEPATH . '/

INFO: footer.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.

Line 1: <?php include (TEMPLATEPATH . '/setting.php'); ?>

INFO: archive.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.

Line 32: <?php endwhile; include (TEMPLATEPATH . '/paginate.php'); endif; ?>

ویرایش شده توسط Morteza
کدهای بلند در تگ longbox
لینک به ارسال

سلام

به انجمن خوش اومدین دوست عزیز

ببینید مشکلات پوسته ها رو از طریق بررسی در ولیدیتور w3.org بررسی کنید.

این افزنه بیشتر پیشنهاد میده تا خطایابی.

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...