Viewing 2 reply threads
You must be logged in to reply to this topic.
Good day!
Have some questions about single post config.
1. How can I remove comments count? I disabled it, but count remains. I want to remove it.
2. The format of showing date is «On 08.12.2014». I want to remove «On» and keep just date «08.12.2014».
How can I do this?
Thanks!
Hello,
1-Please add this code into your custom css box:
.single-post #comments { display: none;}
2-Please go to file includes/view/blog/loop-index.php and find this line:
<li><i class="linecon-icon-calendar"></i><?php _e('On', 'codeless') ?> <?php echo get_the_date() ?></li>
Remove “On” from it and save changes.
Best regards!
You must be logged in to reply to this topic.