سلام دوستان تو قسمت ارسال نظرات من علامت سوال هست . بعدشم نه از طرف اسمشو میپرسه نه هیچی . چیجوری درست میشه
سلام دوستان تو قسمت ارسال نظرات من علامت سوال هست . بعدشم نه از طرف اسمشو میپرسه نه هیچی . چیجوری درست میشه
آدرس سایتتو بزار ببینیم شاید بشه کاری کرد
فایل کامنتت کلا مشکل داره. - چون میگی اسم و ایمیل رو نمی پرسه.
فایل کامنت پوستت رو با فایل کامنت پوسته پیش فرض جایگزین کن.
چیجوری باید عوض کنم .؟؟؟ pm20.ir
برو توی کنترل پنل هاست بعد اینکه وارد فایل منیجر شدی برو توی پوشه wp-content سپس پوشه themes سپس پوشه twenty eleven و فایل comments.php رو کپی کن ببر توی پوشه پوسته ی خودت که توی پوشه ی themes که در بالا گفتم.
یا میتونی بری توی مدیریت وردپرس > نمایش > ویرایشگر
حال پوسته twenty eleven رو انتخاب کن سپس فایل comments رو انتخاب کن و هرچی توش هست کپی کن
حالا باز دوباره پوسته خودتو انتخاب کن و فایل comments رو انتخاب کن و اینجا paste کن
نتیجه رو گزارش کن دوست عزیز
دوست عزیز . تو شاخه theme من twenty eleven وجود نداره . در ضمن تو ویرایشگر پنل منم همینطور
خوب دوست عزیز هر پوسته دیگه باشه اشکال نداره. تست کن نبود بگو برات بزارم متن فایل comments رو
دوست عزیز من این راه رو میرم.
1 پنل
2- فیل منیجر
3- wp-content
4 - theme
5- تو این شاخه فقد پوشه های تم هایی که تو وردپرسمنصبه هستش .
6 - میرو تو پوشه ی FUN-ParsDS که اسم قالب منه
7 حالا comments هستش .
8 - اولان ببین کوم راهم اشتباه دوم که چیجوری کپیش کنم . دانلود کنم بعد کپیش کنم ؟؟؟؟
این محتویات 3 فایل comments متفاوت. هرسه تا رو چک کن و نتیجه رو بگو
فایل اول
<?php
/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to twentyeleven_comment() which is
* located in the functions.php file.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<div id="comments">
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></p>
</div><!-- #comments -->
<?php
/* Stop the rest of comments.php from being processed,
* but don't kill the script entirely -- we still have
* to fully load the template.
*/
return;
endif;
?>
<?php // You can start editing here -- including this comment! ?>
<?php if ( have_comments() ) : ?>
<h2 id="comments-title">
<?php
printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentyeleven' ),
number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
?>
</h2>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
<nav id="comment-nav-above">
<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyeleven' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div>
</nav>
<?php endif; // check for comment navigation ?>
<ol class="commentlist">
<?php
/* Loop through and list the comments. Tell wp_list_comments()
* to use twentyeleven_comment() to format the comments.
* If you want to overload this in a child theme then you can
* define twentyeleven_comment() and that will be used instead.
* See twentyeleven_comment() in twentyeleven/functions.php for more.
*/
wp_list_comments( array( 'callback' => 'twentyeleven_comment' ) );
?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
<nav id="comment-nav-below">
<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyeleven' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyeleven' ) ); ?></div>
</nav>
<?php endif; // check for comment navigation ?>
<?php
/* If there are no comments and comments are closed, let's leave a little note, shall we?
* But we don't want the note on pages or post types that do not support comments.
*/
elseif ( ! comments_open() && ! is_page() && post_type_supports( get_post_type(), 'comments' ) ) :
?>
<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p>
<?php endif; ?>
<?php comment_form(); ?>
</div><!-- #comments -->
اینم فایل دوم:
<?php
/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to twentyten_comment which is
* located in the functions.php file.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
<div id="comments">
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></p>
</div><!-- #comments -->
<?php
/* Stop the rest of comments.php from being processed,
* but don't kill the script entirely -- we still have
* to fully load the template.
*/
return;
endif;
?>
<?php
// You can start editing here -- including this comment!
?>
<?php if ( have_comments() ) : ?>
<h3 id="comments-title"><?php
printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ),
number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' );
?></h3>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<div class="navigation">
<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'twentyten' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div>
</div> <!-- .navigation -->
<?php endif; // check for comment navigation ?>
<ol class="commentlist">
<?php
/* Loop through and list the comments. Tell wp_list_comments()
* to use twentyten_comment() to format the comments.
* If you want to overload this in a child theme then you can
* define twentyten_comment() and that will be used instead.
* See twentyten_comment() in twentyten/functions.php for more.
*/
wp_list_comments( array( 'callback' => 'twentyten_comment' ) );
?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<div class="navigation">
<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'twentyten' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div>
</div><!-- .navigation -->
<?php endif; // check for comment navigation ?>
<?php else : // or, if we don't have comments:
/* If there are no comments and comments are closed,
* let's leave a little note, shall we?
*/
if ( ! comments_open() ) :
?>
<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p>
<?php endif; // end ! comments_open() ?>
<?php endif; // end have_comments() ?>
<?php comment_form(); ?>
</div><!-- #comments -->
اینم فایل سوم
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'این نوشته محافظت شده است . برای دیدن دیدگاه ها رمز عبور را وارد کنید.', 'themify' ); ?></p>
<?php
/* Stop the rest of comments.php from being processed,
* but don't kill the script entirely -- we still have
* to fully load the template.
*/
return;
endif;
?>
<?php
// You can start editing here -- including this comment!
?>
<?php if ( have_comments() || comments_open() ) : ?>
<div id="comments" class="commentwrap">
<?php endif; // end commentwrap ?>
<?php if ( have_comments() ) : ?>
<h4 class="comment-title"><?php comments_number(__('بدون دیدگاه','themify'), __('یک دیدگاه','themify'), __('% دیدگاه','themify') );?></h4>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<div class="pagenav top clearfix">
<?php paginate_comments_links( array('prev_text' => '«', 'next_text' => '»') );?>
</div>
<!-- /.pagenav -->
<?php endif; // check for comment navigation ?>
<ol class="commentlist">
<?php wp_list_comments('callback=custom_theme_comment'); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<div class="pagenav bottom clearfix">
<?php paginate_comments_links( array('prev_text' => '«', 'next_text' => '»') );?>
</div>
<!-- /.pagenav -->
<?php endif; // check for comment navigation ?>
<?php else : // or, if we don't have comments:
/* If there are no comments and comments are closed,
* let's leave a little note, shall we?
*/
if ( ! comments_open() ) :
?>
<?php endif; // end ! comments_open() ?>
<?php endif; // end have_comments() ?>
<?php
$custom_comment_form = array( 'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '<p class="comment-form-author">' .
'<input id="author" name="author" type="text" value="' .
esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' class="required" />' .
'<label for="author">' . __( 'نام شما' , 'themify' ) . '</label> ' .
( $req ? '<span class="required">*</span>' : '' ) .
'</p>',
'email' => '<p class="comment-form-email">' .
'<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' class="required email" />' .
'<label for="email">' . __( 'ایمیل شما' , 'themify' ) . '</label> ' .
( $req ? '<span class="required">*</span>' : '' ) .
'</p>',
'url' => '<p class="comment-form-url">' .
'<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30"' . $aria_req . ' />' .
'<label for="website">' . __( 'وبسایت شما' , 'themify' ) . '</label> ' .
'</p>') ),
'comment_field' => '<p class="comment-form-comment">' .
'<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" class="required"></textarea>' .
'</p>',
'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'وارد شده با نام <a href="%1$s">%2$s</a>. <a href="%3$s">خروج؟</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'title_reply' => __( 'فرستادن دیدگاه' , 'themify' ),
'comment_notes_before' => '',
'comment_notes_after' => '',
'cancel_reply_link' => __( 'لغو' , 'themify' ),
'label_submit' => __( 'فرستادن دیدگاه' , 'themify' ),
);
comment_form($custom_comment_form);
?>
<?php if ( have_comments() || comments_open() ) : ?>
</div>
<!-- /.commentwrap -->
<?php endif; // end commentwrap ?>
خب اینا رو کپی کردم حالا چی ؟؟؟
حالا فایل comments پوسته خودتو انتخاب کن و از قسمت بالا edit رو انتخاب کن
بعد فایلت که باز شد هرچی توش هست رو پاک کن و متن کپی شده رو بریز داخلش و بازم از بالا سمت راست save رو بزن
دستت درد نکنه درست شد . ممنون دوست عزیز . یه چنتا سوال دیگه هم دارم .
1 = چیجوری هدر سایتم رو عوض کنم ؟
2 = چیجوری این 3 تا بنری که تو سایتمه رو وردارم ؟؟؟؟
3= چه جوری اسلاید شو رو تو سایتم به کار بندازم . ؟
4 = چه جوری شکل ادامه مطلبم که ( ... ) هستشو عوض کنم ؟؟؟
برام همین سوالتو ایمیل کن تا هم آدرس ایمیلتو داشته باشم هم از روی فرصت برات جواب بدم و ایمیل کنم تا فردا.
اگه امشب کسی توی اینجا تونست کمکت کنه که بهتر وگرنه برام میل بزن تا برات ردیف کنم دوست عزیز.
معذرت می خوام آخه کار دارم باید برم. امری نیست دوست گرامی؟
ShadmehrMobile@yahoo.com
ممنون . متشکر و بهت ایمیل میزنم
سلام،
برای راه اندازی اسلایدشو می تونین از این افزونه که فارسی شده هم هست و امکانات قابل قبولی هم داره استفاده کنین:
content-slide
بعد از نصب افزونه این کد رو هرجا از قالبتون که می خواین اسلایدشو قرار بگیره قرار بدین:
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
واسه علامت سوال
این نرم افزار دانلود کن :
http://download.tuxfamily.org/notepadplus/6.1.5/npp.6.1.5.Installer.exe
و فایل comments.php رو utf-8 without bom سیو کن ...
واسه بقیه مسائل هم از راهنمایی دوستان استفاده کن ...
با سلام
شما برای تغییر و انجام گزینه ها ی 1 و 2 یعنی این
1 = چیجوری هدر سایتم رو عوض کنم ؟
2 = چیجوری این 3 تا بنری که تو سایتمه رو وردارم ؟؟؟؟
نیاز به یک مقدار دانش html نویسی دارید که میتونید این ها رو تغییر بدید
برای کمک بیشتر در خواست کنید تا راهنمایی بشید.
موفق باشید...