سلام
قالب شما الان تبدیل شده به وردپرس یا هنوز html خالیه؟ اگه تبدیل شده از نمونه زیر استفتده کنید وقال خودتونو کامل کنید
<?php // Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && '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
?>
<p><?php _e('این نوشته با رمز محافظت شده شما باید رمز عبور خود را وارد کنید نظرات را مشاهده کنید.','designerha'); ?></p>
<?php
return;
}
}
/* This variable is for alternating comment background */
$oddcomment = '';
?>
<h3><?php comments_number(__('بدون دیدگاه', 'designerha'), __('یک دیدگاه', 'designerha'), __('% دیدگاه', 'designerha') );?> <?php _e('برای مطلب', 'designerha') ?> <?php the_title(); ?></h3>
<?php if ($comments) : ?>
<?php foreach ($comments as $comment) : ?>
<div class="commentWrap">
<div class="commentAvatar"><?php echo get_avatar( $comment, 40 ); ?></div>
<div class="commentDetails">
<p class="commentInfo"><a href="<?php comment_author_url(); ?>" title="مشاهده وب سايت نويسنده" target="_blank" rel="nofollow"><?php comment_author(); ?></a> <a href="#comment-text" class="reply">پاسخ</a><span>درتاريخ: <?php comment_date(__('F jS, Y','kubrick')) ?><?php comment_time() ?></span> گفته:</p>
<?php comment_text(); ?>
<?php if ($comment->comment_approved == '0') : ?>
<em>نظر شما پس از تایید مدیر نمایش داده میشود!</em>
<?php endif; ?>
</div>
</div>
<div class="comment-nav">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<?php
/* Changes every other comment to a different class */
$oddcomment = ( empty( $oddcomment ) ) ? 'class="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">نمی توانید برای این مطب نظری ارائه فرمایید</p>
<?php endif; ?>
<?php endif; ?>
<?php if ('open' == $post->comment_status) : ?>
<div id="respond">
<div class="cancel-comment-reply">
<small><?php cancel_comment_reply_link(); ?></small>
</div>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>برای ارائه نظر شما باید <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">وارد شوید</a> </p>
<?php else : ?>
<h3><?php comment_form_title( 'شما هم نظری دهید :', 'افزودن نظر %s' ); ?></h3>
<form id="commentform" class="commentform" method="post" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php">
<?php if ( $user_ID ) : ?>
<?php _e('Logged in as','kubrick'); ?> <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="<?php _e('Log out of this account','kubrick'); ?>"><?php _e('Log out','kubrick'); ?> »</a>
<?php else : ?>
<label for="author">نام <small><?php if ($req) echo "(الزامی)"; ?></small></label>
<input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
<label for="email">ایمیل <small><?php if ($req) echo "(الزامی)"; ?></small></label>
<input type="text" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
<label for="url">سایت</label>
<input type="text" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" />
<?php endif; ?>
<label for="url">متن شما</label>
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea><br />
<input name="submit" type="submit" id="commentSubmit" tabindex="5" value="" />
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php endif; // If registration required and not logged in ?>
</div>
<?php endif; // if you delete this the sky will fall on your head ?>
این کدهای html رو با کد های خودت جابه جا کن.