ElleryG
asked 11 years ago

DW Focus:- How can I remove the tags list in the category view?

I’ve looked everywhere…thanks in advance!

5 Answers
ElleryG
answered 11 years ago

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.

ElleryG
answered 11 years ago

Site info sent via “Contact Us” link below. Thanks in advance!

ElleryG
answered 11 years ago

OK, I logged out of the admin panel if that helps. Thank you!

DominicStaff
answered 11 years ago

i have resolved this issue. Please check your site now.

Regards,

Dominic

ElleryG
answered 11 years ago

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!

DominicStaff
answered 11 years ago

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>
ElleryG
answered 11 years ago

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.

DominicStaff
answered 11 years ago

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>
ElleryG
answered 11 years ago

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.

ElleryG
answered 11 years ago

The file would be calling the function get_the_tags

Dominic Staff
replied 11 years ago

To resolve this problem, you can add the following code.

dani mcallen
answered 11 years ago

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…

DominicStaff
answered 11 years ago

@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;
}
Powered by DW Question & Answer Pro