How to hide tags from bottom of WordPress post

Many people have a question that how to hide the tags from the bottom of the WordPress post, so that no one else will know which tags have been used to rank this post, for this you do not have to do anything, Just  follow some simple steps.

1.Go to WordPress Appearance , then Customize

2.Custom CSS, and add this code

.post-tags { display: none; }

Leave a Reply