This is the code in content.php: <div class="pull-right"><?php edit_post_link(__('Edit', 'prnews'),'<i class="icon-pencil"></i> ',''); ?></div> <div class="pull-left"><i class="icon-calendar"></i> <?php echo get_the_date();?> <i class="icon-user"></i> <?php the_author_posts_link(); ?></div> I tried commenting out and even deleted both the icon-calendar and icon-user. Not working.