Tagged: Author link.
HI,
I trying to uncheck the by author in the blog post but I can;t seem to locate the word ‘By’ to disable it. Where would I find it?
.blog-author minor-meta { display: none!important; }
Thanks,
D
Hi!
/includes/loop-index.php, line 171.
You can either edit it directly in that file or do it dynamically using a plugin like:
http://wordpress.org/plugins/codestyling-localization/
Regards,
Josue
thank you!