heee
آفلاین
عضو
تعداد نوشتهها: ۴۲
تشکر شده: ۲ بار
#
نوشته شده: ۱۰ سال پیش
۸ مرداد ۱۳۹۳ - ۱۵:۲۹
سلام دوستان عیدتون مبارک
زیر کامنتها متن:
شما میتوانید از این دستورات HTML استفاده کنید: <a href="" title=""> <abbr title=""> <acronym title=""> <b>
<blockquote cite=""> <cite>
<del datetime=""> <em> <i> <q cite=""> <strike> <strong>
</strong></em>
`
چطور می تونم این متن رو از پایین نظر دهید حذف کنم؟
Masoud
آفلاین
کلیددار
تعداد نوشتهها: ۸۱۵
تشکر شده: ۶۳۲ بار
#
نوشته شده: ۱۰ سال پیش
۸ مرداد ۱۳۹۳ - ۲۳:۲۸
سلام،
فایل comments.php در پوشهی قالب رو ویرایش کنید.
کاربران زیر بهخاطر این نوشته تشکر کردهاند:
heee
heee
آفلاین
عضو
تعداد نوشتهها: ۴۲
تشکر شده: ۲ بار
#
نوشته شده: ۱۰ سال پیش
۹ مرداد ۱۳۹۳ - ۱۵:۲۲
دستت درد نکنه اما همچین جمله ای تو comments.phpوجود نداشت
Masoud
آفلاین
کلیددار
تعداد نوشتهها: ۸۱۵
تشکر شده: ۶۳۲ بار
#
نوشته شده: ۱۰ سال پیش
۹ مرداد ۱۳۹۳ - ۱۷:۲۲
محتویات فایل مورد رو اینجا و در بین تگ Code قرار بدید.
heee
آفلاین
عضو
تعداد نوشتهها: ۴۲
تشکر شده: ۲ بار
#
نوشته شده: ۱۰ سال پیش
۱۱ مرداد ۱۳۹۳ - ۱۴:۵۰
<?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 tempera_comment which is
* located in the includes/theme-comments.php file.
*
* @package Cryout Creations
* @subpackage tempera
* @since tempera 0.5
*/
$temperas = tempera_get_theme_options();
foreach ($temperas as $key => $value) { ${"$key"} = esc_attr($value) ; }
$tempera_comclass='';
if ( (!comments_open()) && (get_comments_number()<1) &&
(($tempera_comclosed=="Hide everywhere") || (is_page() && $tempera_comclosed=="Hide in pages") || (is_single() && $tempera_comclosed=="Hide in posts") )) : $tempera_comclass="hideme"; endif;
?> <div id="comments" class="<?php echo $tempera_comclass ?>"> <?php
if (get_comments_number()<1):
else:
if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'tempera' ); ?></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;
// You can start editing here -- including this comment!
if ( have_comments() ) : cryout_before_comments_hook(); ?>
<ol class="commentlist">
<?php cryout_comments_hook(); ?>
<?php cryout_after_comments_hook();
else : // or, if we don't have comments:
cryout_nocomments_hook();
endif; // end have_comments() ?>
<?php
endif;
?>
<?php if ( comments_open() ): comment_form();
else : ?> <p class="nocomments<?php if (is_page()) echo "2"; ?>"><?php _e("Comments are closed","tempera");?></p> <?php
endif; ?>
</div><!-- #comments -->
heee
آفلاین
عضو
تعداد نوشتهها: ۴۲
تشکر شده: ۲ بار
#
نوشته شده: ۱۰ سال پیش
۱۳ مرداد ۱۳۹۳ - ۲۱:۴۵
Masoud
آفلاین
کلیددار
تعداد نوشتهها: ۸۱۵
تشکر شده: ۶۳۲ بار
#
نوشته شده: ۱۰ سال پیش
۱۴ مرداد ۱۳۹۳ - ۱۸:۲۹
آدرس سایتتون رو میشه بزارید؟
در داخل این فایل هم نبود ، شاید در functions.php تعریف شده باشه و اگر اونجا هم نباشه احتمالا از قالب کامنتهای پیشفرض وردپرس استفاده شده .
کاربران زیر بهخاطر این نوشته تشکر کردهاند:
heee