hello
how do i completely removed 0 Comments/0 Likes/0 Tweets/in News from post/blog
hello
how do i completely removed 0 Comments/0 Likes/0 Tweets/in News from post/blog
Open up includes/loop-index.php and delete following code:
echo '<div class="like-count minor-meta">';
echo avia_facebook_like($id);
echo '</div><span class="text-sep like-count-sep">/</span>';
echo '<span class="tweets-count minor-meta">';
echo avia_retweet($id);
echo '</span><span class="text-sep tweets-count-sep">/</span>';
$cats = get_the_category();
if(!empty($cats))
{
// __('posted in','avia_framework')
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
the_category(', ');
echo ' </span>';
// echo '<span class="text-sep cat-sep">/</span>';
}wow. thanks you so much
removed everything except " 0 Comments/"
how to remove 0 Comments/ too?
Hi chicagouser,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.post-meta-infos {
display: none;
}
Its actually hiding the content and not completely removing it but it will last through theme updates and is a bit easier to change later on :)
Regards,
Devin
Devin
thanks you so much
Hi!
Glad that we could help you :)
Regards,
Peter
This topic has been closed to new replies.