Hi saga1984
Dashboard / Appearance / Custmize
Presentation / Post / Posted in Labels
Set Hide or emoji
Save and Publish
Thank you.
I have done but its not working..
Are you using Cache plugin ?
yes Comet Cache cleared cache set posted in labels to hide cleared cache… still no changes.. It does not try to hide during customization
and does not change after save and publish.
The emoji setting is working properly…
http://www.sagaciousnewsnetwork.com/
Please try
Dashboard / Appearance / Custmize
Advanced / Site-wide CSS
Set below style
.entry-meta .this-posted-in{
display:none;
}
Save and Publish
I tried it but still not working
Your Site ‘This entry was posted in’ is hide for me.
browser chache ?
yes, but I also want to hide all those categories/labels too. Is that possible?
remove category label category link and tags
functions.php
<?php
add_filter('raindrops_posted_in','__return_empty_string');//ADD ONLY THIS LINE
/**
*
*
* @package Raindrops
* @since Raindrops 0.1
*/
I added
<?php
add_filter(‘raindrops_posted_in’,’__return_empty_string’);
?>
to raindrops: functions.php (childs/functions.php)
still not working after clearing cache… am I doing it wrong?
Comet Cache, Cliant-side Cache Settings ?
I don’t think so its out of the box and the settings are default
So, I deactivated the comet cache and still showing categories… All except the default category.. It is hiding the default category but only the default category not the other categories.
All the way that I was explain, I tried in my Raindrops theme, all operating normally.
Since the theme is, there is also a possibility that has not been successfully installed
Today, since the update to Raindrops1.416, please try to update
I added this to site wide css
/* Remove posted-on*/article .posted-on,/*Remove This entry was posted in . Bookmark the permalink. Edit*/article .entry-meta{
display:none;
}
This worked. Thank you.