بازم سلام
من پست قبلیمو یه مقدار ویرایش کردم که با این پستم مرتبط بشه
itgasht جان ببین این کارارو کردم
کل کد رو که نمیشه گذاشت 1592 خطه بذارم فکر کنم تا کجاها اسکرول بره
ولی خودمم موندم کجارو برا شما بفرستم که شما بتونی راهنمیی کنی منو
البته تا همینجاشم کلی کارم راه افتاده ها
این کدی که شما گفتی پیدا کردم از یه مقدار قبلش میذارم
<?php if ($comment->comment_approved == '0') : ?>
<em><?php _e('Your comment is awaiting moderation.') ?></em>
<br />
<?php endif; ?>
<div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">
<?php
/* translators: 1: date, 2: time */
printf( __('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),' ','' );
?>
</div>
<?php comment_text() ?>
<div class="reply">
<?php comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
</div>
<?php if ( 'div' != $args['style'] ) : ?>
</div>
<?php endif; ?>
<?php
}
/**
* @see Walker::end_el()
* @since unknown
*
* @param string $output Passed by reference. Used to append additional content.
و اینم کاری که من کردم میدونم درست نیست ولی شما بگو چطوری واردش کنم کدو
<?php comment_text() ?>
global $current_user;
get_currentuserinfo();
if ($current_user->ID != 0){
<div class="reply">
<?php comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
</div>
{
<?php if ( 'div' != $args['style'] ) : ?>
</div>
<?php endif; ?>
<?php
}
این کاری که من کردم جای پاسخ دادن این میاد
global $current_user; get_currentuserinfo(); if ($current_user->ID != 0){
{
مرسی عزیز