Remove Blog Post Tags
-
Hi,
Please help me for the code on how to remove the ‘blog post’ tags at the footer on this website. I am using northwp-theme and i think the creator had made it difficult. Below are some of the codes that i have tried but nothing works. Thank You.
Blog post link:
.post-meta { display: none; }
.tags-links {display:none;}
.entry-tags { display: none; }
.single-post .entry-tags {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can try below CSS code.
.article-tags
{
display:none;
}However,
The URL provided by you seems self-hosted WordPress site. This forum provides assistance to the only site hosted on WordPress.com.
You would get help at the below forum:
https://wordpress.org/support/
Further to know more about the differences between WordPress.com and WordPress.org you can read this document:
-
- The topic ‘Remove Blog Post Tags’ is closed to new replies.