Mariam Mhelela
asked 10 years ago

I wish to hide/remove or not display tags or tag links in home page.
Thank you
M

1 Answers
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro