سلام
من یه قالب گرفتم و نصب کردم روردپرس و وقتی پست میزارم پستم دوبار تکرار میشه.
یعنی یه نوشته رو دوبار تو یه پست نشون میده.اینم آدرس http://www.jiroftmusic.ir
از یه نفر پرسیدم گفت یه کد باید از تو ایندکس حذف کنی.خالا نمیدونم اون کد چیه.
کد ایندکس قالب رو میزارم اگه مشکلی نباشه.
خیلی ضروریه لطفا سریع پاسخ بدین.ممنون
`
<?php get_header(); ?>
<div id="warpper">
<div class="content">
<div id="page-content">
<div class="two-box-warpper">
<div id="page-body">
<div class="page-body">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="post">
<div id="post-title">
<h2>" title="<?php the_title(); ?>"><?php the_title(); ?></h2>
<div id="post-info">
-
<li class="view"><?php if(function_exists('the_views')) { the_views(); } ?>
<li class="date"><?php the_time('j F Y'); ?>
<li class="categry"><?php the_category(', ') ?>
<div class="clear"></div>
</div>
</div>
<div id="content">
<?php the_content(""); ?>
</br>
<div class="content-post">
<?php the_content(""); ?>
#more" title="<?php the_title(); ?>" class="more-link">ادامه مطلب <?php the_title(); ?>
</div>
<div id="post-info">
-
<li class="time"><?php the_time('g:i a'); ?>
<li class="author"><?php the_author();?>
<li class="nazar"><?php comments_popup_link('بدون نظر ', '1 نظر', '% نظر'); ?>
<div class="clear"></div>
</div>
</div>
<div id="post-footer"></div>
</div>
<?php endwhile; endif; ?>
</div>
<div class='page_style'></div>
<div class='page-numbers'>
<?php get_template_part('navigation'); ?>
</div> </div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>