Sportpress question

Latest Reply from Dave at 2014-08-29 03:52:48
Under each post, is in very small text "Posted in (date)" how can I remove this sentence?
Hi!

Pleased, find the following code on the file theloop.php:
//Post meta (comments, date, categories)
if (!is_page()) {?><p class='post-meta'>




Posted in: <?php the_category(', ');

if(comments_open( get_the_ID() )) {
?><span class='post-comments'> releases with <?php comments_popup_link( $SMTheme->_( 'noresponses' ), $SMTheme->_( 'oneresponse' ), $SMTheme->_( 'multiresponse' ) ); ?> on <span class='post-date'><?php echo get_the_date(); ?></span></span>
<?php }
edit_post_link( $SMTheme->_( 'edit' ), ' | <span class="edit-link">', '</span>' );
?>
</p><?php } ?>

</div>

and remove this code.

Leave a reply

Add codeAdd image