• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

کمک درباره صفحه بندی کردن نظرات سایت :: کی بلده ؟

alihosein

Registered User
تاریخ عضویت
19 نوامبر 2012
نوشته‌ها
288
لایک‌ها
20
سلام خدمت شما دوستان
من میخواستم قسمت نظرات سایتم رو صفحه بندی کنم.بعضی از پست ها نظراتشون زیاد هست که از طرف هاست مشکل ساز شده
کسی میتونه کد قسمت نظرات سایت رو برام ویرایش کنه؟
HTML:
<?php // Do not delete these lines
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!');
if (!empty($post->post_password)) { // if there's a password
    if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) {  // and it doesn't match the cookie
?>

<h2><?php _e('Password Protected','tenet'); ?></h2>
<p><?php _e('Enter the password to view comments.','tenet'); ?></p>

<?php return;
}
}

    /* This variable is for alternating comment background */

$oddcomment = 'alt';

?>

<!-- You can start editing here. -->
<div class="comment odd alt thread-odd thread-alt depth-1 parent" id="comment-108833">
<div class="comment-author vcard">
<?php if ($comments) : ?>
<ol class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
<?php foreach ($comments as $comment) : ?>
    <?php echo get_avatar($id_or_email, 35, $default, $alt); ?><strong style="color: green"><?php comment_author_link() ?></strong> <?php _e('میگه:','tenet'); ?>   <?php edit_comment_link('Edit Comment','',''); ?>
    
</div>

<div class="comment-meta commentmetadata">



<!--برای گذاشتن تاریخ نظرها استن -->
    
<!--
<div class="commentmetadata">
<?php _e('در','tenet'); ?> <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date(__('F jS, Y', 'tenet')) ?> <?php _e('ساعت','tenet');?> <?php comment_time() ?></a>
         <?php if ($comment->comment_approved == '0') : ?>
        <em><?php _e('Your comment is awaiting moderation.','tenet'); ?></em>
         <?php endif; ?>
</div>
-->


<?php comment_text() ?>
<br />
        <div class="reply">
        
        </div>
        
    </ol>

<?php /* Changes every other comment to a different class */
    if ('alt' == $oddcomment) $oddcomment = '';
    else $oddcomment = 'alt';
?>

<?php endforeach; /* end for each comment */ ?>
    

<?php else : // this is displayed if there are no comments so far ?>

<?php if ('open' == $post->comment_status) : ?>
    <!-- If comments are open, but there are no comments. -->
    <?php else : // comments are closed ?>

    <!-- If comments are closed. -->
<p class="nocomments"><?php _e('Comments are closed.','tenet') ?> </p>

    <?php endif; ?>
<?php endif; ?>
</div>
</div>
<div class="post-ads"><br /></div>
<div class="block" id="send-cm">

<?php if ('open' == $post->comment_status) : ?>

        <div class="block-title">ارسال نظر (نظرات ارسال شده: <?php comments_number('بدون دیدگاه', 'یک دیدگاه', '% دیدگاه'); ?>)</div>

<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?PHP _e('You must be','tenet')?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>"><?PHP _e('logged in','tenet')?></a><?PHP _e('to post a comment.','tenet')?></p>

<?php else : ?>
<?php //comment_form(); ?>
<form class="block-content" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>

<p><?PHP _e('Logged in as','tenet')?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account"><?PHP _e('Logout &raquo;','tenet')?></a></p>

<?php else : ?>

<p><input type="text" class="textfield" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" lang="fa" />
<label for="author">نام:<span class="red">*</span></label></p>

<p><input type="text" class="textfield" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2"  />
<label for="email">ایمیل: <span class="red">*</span></label></p>

<p><input type="text" class="textfield" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" />
<label for="url">آدرس وب سایت شما: </label></p>

<?php endif; ?>

<!--<p><small><strong>XHTML:</strong> <?php _e('You can use these tags:','tenet'); ?> <?php echo allowed_tags(); ?></small></p>-->

<p><label>نظر شما: <span class="red">*</span></label> <textarea name="comment" id="comment" cols="60" rows="10" tabindex="4" lang="fa" style="width:300px; height:100px;"></textarea></p>

<p><input type="submit" accesskey="s" name="post" value="ارسال" style="margin-right:120px; value="<?PHP _e('Submit Comment','tenet')?>" />
<input type="hidden" name="comment_post_ID" value="<?php echo $post->ID; ?>" />

</p>

<?php do_action('comment_form', $post->ID); ?>

</form>
</div>
<?php paginate_comments_links(); ?>
<?php endif; // If registration required and not logged in ?>

<?php endif; // if you delete this the sky will fall on your head ?>

-------
مرسی

 
Last edited:

MihanV

مدیر بازنشسته
تاریخ عضویت
29 جولای 2010
نوشته‌ها
11,979
لایک‌ها
30,427
محل سکونت
کرج

alihosein

Registered User
تاریخ عضویت
19 نوامبر 2012
نوشته‌ها
288
لایک‌ها
20
دوستان کسی نمیتونه کمک کنه ؟
خیلی لازم دارم
 
بالا