Tagged: tags
- This topic has 11 replies, 3 voices, and was last updated 11 years, 11 months ago by
Bazil Guerrero.
-
AuthorPosts
-
April 29, 2013 at 5:14 pm #7980
Bazil Guerrero
MemberPlease, tell me how to remove “This entry was posted in (…) by (…)”. But I want to have the tags.
Any ideas?April 29, 2013 at 6:02 pm #7998Sakin
Keymaster@Bazil Guerrero: Please send me your site URL and then I will send you the css code to hide it.
May 1, 2013 at 5:24 pm #8134bluezelia
MemberI would also like to remove the ‘this was posted in’ as well as the tagged items. My URL is http://69.195.124.79/~blueizuc/
Thank you,
KatMay 1, 2013 at 5:49 pm #8137Sakin
Keymaster@bluezelia: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single footer.entry-meta { display: none; }
May 1, 2013 at 10:46 pm #8170bluezelia
MemberThank you for your help. This change did remove the line from the post page; however, it does not remove it from the summary displayed for each post on the home page. How can this be removed?
thank you,
KatMay 1, 2013 at 11:21 pm #8174Sakin
Keymaster@bluezelia: If you wan to hide in all pages then replace the above css with the following CSS in “Appearance => Theme Options => Custom CSS” box.
footer.entry-meta { display: none; }
May 1, 2013 at 11:40 pm #8179bluezelia
MemberWorked, thank you.
Just to confirm, this won’t affect the SEO?
May 1, 2013 at 11:42 pm #8181Sakin
KeymasterYes it won’t affect the SEO.
May 3, 2013 at 7:54 pm #8372Bazil Guerrero
MemberOk.
Here it is: http://theinterview.eu/
I want date and tags to be displayed.
I want to remove: posted by, This entry was posted in?by… Bookmark the permalink.
Can you help me?May 3, 2013 at 7:57 pm #8373Bazil Guerrero
MemberOk.
Here it is: http://theinterview.eu/
I want date and tags to be displayed.
I want to remove: posted by, This entry was posted in/by… Bookmark the permalink.
Can you help me?May 4, 2013 at 12:41 am #8393Sakin
Keymaster@Bazil Guerrero: You ca hide the author by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }
There is no option to just show tag and hide all. You can either hide or show the whole footer meta. TO hide add the following CSS in “Appearance => Theme Options => Custom CSS” box.
footer.entry-meta { display: none; }
May 4, 2013 at 2:12 am #8399Bazil Guerrero
MemberThank you very much!
-
AuthorPosts
- The topic ‘Remove This entry was posted in, remain tags’ is closed to new replies.