سلام دوست عزیز
قالب کلا به هم ریخته هست. از نو نصب کنید تا بشه دید از چه طریقی میتوان حذف کرد موردی که خواستید پاک بشه
درود ، دوست عزیز برای حذف قسمت درباره نویسنده کدهای زیر رو کامل پاک کنید :
کد HTML:<div class="main-user"> <div class="title-user"> درباره نویسنده</div> <div class="right-line"></div> <div class="avatar"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 130 ) ); ?></div> <br> <div style="text-align:right;"> <p style="float:center;width:1000px;font-family:BYekan;font-size:13.3px;color:#2e2e2e;margin-right:15px;"><?php the_author_meta('description'); ?></p></div> </div> <?php endwhile; else: ?><?php endif; ?> </div></div>
.
قالب که قرار داده بودید دانلود و ویرایش کردم به جاش جایگزین کنید :
کد PHP:
<?php get_header(); ?>
<?php include(TEMPLATEPATH."/sidebar.php");?>
<?php $count=count+1; ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ($count == 1) : ?>
<?php endif; $count++; ?>
<!--post-->
<div class="base-right">
<div class="postnext">
<div class="postnext-title">
<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
</div>
<div class="right-line"></div>
<li class="postnext-more" >
<i class="livicon" data-name="user" data-size="18" data-c="#fff" style="padding-left:5px" data-hc="#fff"></i>نویسنده : <?php the_author_link(); ?> |
<i class="livicon" data-name="calendar" data-size="18" data-c="#fff" style="padding-left:5px" data-hc="#fff"></i> نوشته شده در: <?php the_time('j') ?> <?php the_time('M') ?><?php the_time('Y') ?>
</li>
<div class="jahan-postd2">
<div style="text-align:justify; font-size: 12px; font-family:BYekan;padding:5px;color:#7a7a7a;">
<?php the_content('<div id="hidden">{...}</div>'); ?>
</div>
<br>
<div class="main-user2">
<div class="title-user">
برچسب ها</div>
<div class="right-line"></div>
<p>
<?php the_tags('برچسب ها : ' , ' , ' , ''); ?>
</p>
</div>
<div class="main-dl2">
<div class="title-mor">
مطالب مرتبط</div>
<div class="right-line"></div>
<?php
$related = get_posts( array( 'category__in' => wp_get_post_categories($post->ID), 'orderby' => 'rand' , 'numberposts' => 7, 'post__not_in' => array($post->ID) ) );
if( $related ) foreach( $related as $post ) {
setup_postdata($post); ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
<?php the_post_thumbnail(array(108,108)); ?></a>
<?php }
wp_reset_postdata(); ?>
</div>
<?php comments_template(); ?>
</div>
<?php get_footer(); ?>
</div>
.
در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)