Remove Author Number of Comments Category from Posts

Latest Reply from Mr. G at 2016-07-20 09:41:25 Solution
How do I remove the Author and Number of Comments from Posts? I am using 101px Theme.
Hi!

To edit the Post Meta Section you need to open the content.php file located in the theme directory, find the following strings of code:

Author:&nbsp;<span class="post-author"><?php echo the_author_posts_link().' / ';?></span>

Comments:&nbsp;<span class='post-comments'><?php comments_popup_link( $SMTheme->_( 'noresponses' ), $SMTheme->_( 'oneresponse' ), $SMTheme->_( 'multiresponse' ) );echo ' / '; ?></span>


and remove them.
Thank you! That worked.

Leave a reply

Add codeAdd image