See grafic
http://farm7.static.flickr.com/6163/6191730068_b88e979d75_z.jpg
Is it possible to remove the red part?
Many thanks!
See grafic
http://farm7.static.flickr.com/6163/6191730068_b88e979d75_z.jpg
Is it possible to remove the red part?
Many thanks!
Hey,
Remove the following from your single.php file
<div class="entry-head">
<span class="categories"><?php _e('Posted in: ', 'avisio'); the_category(', '); echo $terms; ?></span><span class='limit'>-</span>
<span class="date"><?php the_time('M d, Y') ?></span>
<span class="comments"><?php comments_popup_link(__('No Comments','avisio'), __('1 Comment','avisio'), __('% Comments','avisio')); ?></span>
</div>You must log in to post.