Tagged: Permalinks, Tags
I am using Tags on our site to sort a number of articles. But at the end of the tags page there are large text permalinks showing up. See here for an example.
http://blog.bodybio.com/cancer/
How can I remove these?
Any insight on this?
Hi!
Those are your blog posts as well. Please edit them and add content etc to them or simply remove them
Best regards,
Yigit
This is not the case. Those links shown below all have content and excerpt content. They do not show up on all tag pages. For instance this tag page:
http://blog.bodybio.com/alzheimers-disease/
Does not show any of those links at the end of the page.
But when you choose this tag:
http://blog.bodybio.com/behavior/
There are three at the bottom of the page. I just need to turn this off permanently.
Also is there a way to modify this page so that it shows the Excerpt with Read More link versus the entire article?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive.tag .post-entry-855, .archive.tag .post-entry-881, .archive.tag .post-entry-947 {
display: none;
}
Cheers!
Yigit
This works for the links I included in the original post, but they are specific to the post number. This does not fix the issue for the other 300+ tags we are using on our blog. For instance:
http://blog.bodybio.com/addadhd/
Links at bottom still there. As well as here:
http://blog.bodybio.com/allergies/
http://blog.bodybio.com/cholesterol/
I need a solution that will completely remove them.
We were able to fix the issue here using this CSS.
article.type-nav_menu_item {
display: none;
}