Forums
(@laily92)
7 years, 1 month ago
Sorry, I found a solution. Maybe it will help someone later – I deactivated one by one plugin and Polilang (multilanguage plugin) caused this issue.
7 years, 2 months ago
Thanks a lot for the fast answer. It really helped!
7 years, 8 months ago
Hello. Try this CSS code for hiding tags section:
.entry-footer span { display: none; }
I am interested in your last question too I hope that someone could help.
If it could help someone in future, I used this CSS code and it hides Author name (with a name “by”).
.single .byline, .group-blog .byline { display: none; } a.url.fn.n { display: none; }
7 years, 10 months ago
Anyone? Please help.
Thank you, Michael, it worked. And thanks for the advice, if needed I will look in a link you posted.