Tagged: posts metadata
- This topic has 7 replies, 2 voices, and was last updated 3 years, 6 months ago by Skandha.
-
AuthorPosts
-
March 26, 2021 at 12:34 am #277885dupguyParticipant
I just purchased PhotoFocus Pro and I am learning about the functionality…When posts are displayed on the main page, metadata is displayed above and below the title of the posts besides the feature image…this did not happen with the free version…how do I get rid of the metadata…I have not been able to find a setting in customize area.
March 26, 2021 at 1:01 am #277914SkandhaParticipant@dupguy: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home #content #infinite-post-wrap .entry-meta { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaMarch 26, 2021 at 10:16 am #277944dupguyParticipantIt worked…but I noticed since I have had modified my post to go to a page that it didn’t worked there…when I switched back to posting on my homepage, it worked…what CSS code would be needed to turn it off on a page other than home…
March 26, 2021 at 10:16 am #277957SkandhaParticipant@dupguy: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code instead of the above one.#content #infinite-post-wrap .entry-meta { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaApril 25, 2021 at 11:53 pm #280589dupguyParticipantI have just noticed that if I access a post through the Archive widget, the Metadata is displayed, is there a way to also turn this off.
April 26, 2021 at 12:28 am #280617SkandhaParticipant
@dupguy: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-header-content .entry-meta { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaApril 28, 2021 at 1:28 am #280724dupguyParticipantIt worked…just wondering, is there a way to control a bit more what meta data could be displayed…like if I wanted to display the date of the post
April 28, 2021 at 1:36 am #280743 -
AuthorPosts
- The topic ‘Getting rid of metadata for Posts displayed on HomePage’ is closed to new replies.