Edit your CSS
.tag-links { display: none; }
Thread Starter
Anand
(@vardaan56)
Thanks for the early revert, But it is not working, I had used the same code in .css sheet, But still the tags are visible on the website.
Can you post a link to your site?
Thread Starter
Anand
(@vardaan56)
sure.. Its http://www.staremenot.com/2016/02/20/hello-world/
Please check with the above posted link.
“” This entry was tagged Delete, demo, Edit, Hello, post, Tags, wordpress, World. Bookmark the permalink. “”
I want to remove this tag line basically..
Are you trying to remove the entire section or would you like to keep the text “Bookmark the permalink”? If you’re trying to remove the entire section, try this code in a custom CSS plugin or a child theme:
.single .entry-footer {
display: none;
}
Otherwise, you’ll make a child theme, copy content-single.php from the parent theme to the child theme, and edit that particular section.
Thread Starter
Anand
(@vardaan56)
Ok.. Thanks..I ll try the same after a while, And get in touch with you again if required.
Till the time. Thank you so much for the assistance..
Thread Starter
Anand
(@vardaan56)
Thanks.. It works for me..
Really appreciated your help.
Thanks u so much..
Thread Starter
Anand
(@vardaan56)
I Hope it doesn’t effects on SEO ranking.. Right..???