Tagged: Permalinks, Tags
-
AuthorPosts
-
October 30, 2015 at 8:38 pm #527684
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?
November 2, 2015 at 3:36 pm #528535Any insight on this?
November 2, 2015 at 3:39 pm #528537Hi!
Those are your blog posts as well. Please edit them and add content etc to them or simply remove them
Best regards,
YigitNovember 2, 2015 at 4:40 pm #528602This 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?
November 3, 2015 at 1:34 am #528911Hi!
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!
YigitNovember 3, 2015 at 3:23 pm #529326This 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.
November 3, 2015 at 9:32 pm #529624We were able to fix the issue here using this CSS.
article.type-nav_menu_item { display: none; }November 5, 2015 at 5:13 am #530500 -
AuthorPosts
- You must be logged in to reply to this topic.
