The Talon Pro>customization>blog options provides a tool to remove all meta from the blog index. Would it be possible to just remove the author but still show the published date and categories?
Cliff G.
The Talon Pro>customization>blog options provides a tool to remove all meta from the blog index. Would it be possible to just remove the author but still show the published date and categories?
Cliff G.
You can use this code:
.single .byline, .group-blog .byline {
display: none;
}
There’s also a plugin that does this but I’m not sure it’s worth it.
Perfect!
Thank you
Cliff G.