Categories
Uncategorized

Hide Tags from WordPress Twenty Seventeen Theme

You can hide your tags, tag-cloud, categories links from WordPress posts page by adding just a single line of code.
Open up your WordPress (Jetpack) CSS editor and add the following line in the end.

.entry-footer {
  display: none !important;
}

Now save the changes and clear your cache and you should no longer see the tags on your WordPress posts.