- This topic has 7 replies, 2 voices, and was last updated 7 months, 1 week ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Hide Post Dates and Author
Tagged: post author, post dates
How do I hide Post dates?
And how do I hide Post author?
Thank you!
@SOARTS, Is it on the single post? As you can see in the screenshot with the red mark area
https://www.awesomescreenshot.com/image/47247115?key=41686c024304b79114ba0a7d3b244951
You can add this CSS in the Additional CSS to hide the post date and author from single post
.single-post .single-post-meta{
display: none;
}
Is there a way to do it for all posts instead of each one individually?
The above code will apply to all single posts.
Great, thank you
This partially worked. It worked for the individual pages, as you said, but it doesn’t carry over to the Blog page (I have it in the Post Excerpt view, not the Masonry view). Is there a way to hide them for the whole blog page view?
You can simply add ‘.entry-meta’ on the above code like below
.entry-meta,
.single-post .single-post-meta{
display: none;
}
Let us know if this works
This worked great, thank you so much!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |