index.php içerisinde:
"post" class'ına ait tüm yapıyı aşağıdaki şekilde değiştirin:
<div class="post">
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="fixed"></div>
</div>
<div class="info">
<?php edit_post_link(__('Edit', 'elegantbox'), '<span class="edit">', '</span>'); ?>
<span><?php the_time(__('F jS, Y', 'elegantbox')) ?></span>
<?php if ($options['categories']) : ?>
<span><?php _e(' | Categories: ', 'elegantbox'); ?><?php the_category(', ') ?></span>
<?php endif; ?>
<?php if ($options['tags']) : ?>
<span><?php _e(' | Tags: ', 'elegantbox'); ?><?php the_tags('', ', ', ''); ?></span>
<?php endif; ?>
<span class="comments"><?php comments_popup_link(__('0 comments', 'elegantbox'), __('1 comment', 'elegantbox'), __('% comments', 'elegantbox')); ?></span>
<div class="fixed"></div>
</div>c
<div class="content">
<?php the_content(__('Read more...', 'elegantbox')); ?>
<div class="fixed"></div>
</div>
<div class="commentsx">
<?php if (function_exists('the_views')) : ?>
(<?php the_views(); ?>)
<?php endif; ?>
</div>
</div>style.css içerisinde:
Bul / değiştir:
.post .comments {
padding-top:4px;
padding-left:22px;
margin-left:4px;
height:16px;
line-height:16px;
font-size:10px;
}Ekle:
.post .commentsx {
height:16px;
line-height:16px;
font-size:10px;
}
Sonuç:
Olmadı / yapamadım:
http://s2.dosya.tc/server20/wOQ3eW/elegant-box.zip.html