DW Focus:- How can I remove the tags list in the category view?
I’ve looked everywhere…thanks in advance!
OK, I appreciate you answering this so quickly, but I don’t understand what you are talking about. I don’t see any “frame tags” anywhere on the “Posts” menu in the Dashboard.
Also, I don’t want to remove any of my 2000+ tags, I just want to stop them showing up under the article text on the /category/ pages.
Site info sent via “Contact Us” link below. Thanks in advance!
OK, I logged out of the admin panel if that helps. Thank you!
i have resolved this issue. Please check your site now.
Regards,
Dominic
Er, I’m not sure what you did. Everything looks exactly the same, and I can’t find any files that have changed. Could you tell me where you think the problem is? Thank you!
Hi Ellery !
– I have understand what you say. I was remove its for you. I worked by login Dashboard > theme options > add code
<style>
.tag-action {
display: none;
}
</style>
I didn’t see it there, but I tried it both with and without the <style></style>, in both the header and footer on that page, and even in the stylesheet, and none of it made any difference.
Hi !
I’m sorry for wrong code I sent you today !
you can deleted code old.
you can see: http://imgur.com/H87SOOc
copy:
<style>
.archive .content-inner .entry-meta .tags-links {
font: 0/0 a;
color: transparent;
}
</style>
Well, that does work, but because it makes tags always invisible and infinitely tiny, it also removes them from the individual post pages and that’s no good for SEO! I just wanted them off the category pages. I could fix it myself if I knew what file to edit…most of the obvious ones haven’t seemed to work.
The file would be calling the function get_the_tags
To resolve this problem, you can add the following code.
hey did you sort out the issue? i am having the same problem. my blog is http://www.danijustis.com and i don’t want the tags to be viewable to the public at the bottom of a post…
@Dani !
To resolve this issue, please log in to Dashboard > Appearance > Editor > add the following code to the style.css file.
.single-post .entry-tags {
display: none;
}
Please login or Register to submit your answer