I wish to hide/remove or not display tags or tag links in home page.
Thank you
M
1 Answers
Hi Mariam !
To remove the Tags link in the DW Focus, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor CSS, add the following code:
.entry-meta-bottom .tags-links {
display: none;
}
Hope this helps !
Please login or Register to submit your answer