Remove Date and Author from Blog Posts
Hi There,
I would like to remove the Date and Authro from the blog posts (Single Pages as well as the Post pages). I have tried several plugins, and they do not seem to remove. I have also tried the following code, and it only removes the date from the single pages. .single-post .author-date .date { display: none; }
If this is not possible, can you consider it in the future update? It should be a simple slider built into the theme settings.
Thanks,
Dave
Comments
yes, it is possible of course. For that you must use below css:
See screen: http://prntscr.com/f8i5p2
Please go to theme options>blog,portfolio&shop>blog, there you can hide the date.
http://prntscr.com/h6t173
thanks
1) How to remove the date from the blog page, while keeping the date at single posts?
2) How to remove the tags dropdown, while keeping the category dropdown at single posts ?
Thanks in advance for your reply.
Could you provide me with the Custom CSS to do this?
Thanks in advance for your help.
Example Single-post: http://techtribes.org/bringing-online-education-to-the-world-without-internet/
2) I do not understand, can you explain greater?
Thanks.
In the single-post view you can see the "date", "tags" (dropdown) and "categories" (dropdown) under the post title. I want to only show the "date" and "categories" (dropdown). While the "tags" (dropdown) can be hidden/removed.
Please let me now if you have any more questions.
Kind regards
Thank you so much for all the help.
display: none;
}
.author-box .avatar-wrapper {
display: none;
}