Tagged: metadata
- This topic has 1 reply, 2 voices, and was last updated 2 years, 3 months ago by tikaram.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
July 27, 2022 at 12:15 am #308208dupguyParticipant
I was wondering if there is a way to show the date of the post on the wrap on the home page…you have already sent me CSS to turn off all metadata on the post wrap…but I would like to add the date…
.home #content #infinite-post-wrap ….
Here is the CSS you have already sent me and I am using
.home #content #infinite-post-wrap .entry-meta {
display: none;
}
#content #infinite-post-wrap .entry-meta {
display: none;
}
.custom-header-content .entry-meta {
display: none;
}July 27, 2022 at 1:16 am #308217tikaramParticipant@dupguy : Please try removing and following css
.home #content #infinite-post-wrap .entry-meta { display: none; } #content #infinite-post-wrap .entry-meta { display: none; }
After removing the code above add the following additional css
.home #content #infinite-post-wrap .entry-meta .cat-links, .home #content #infinite-post-wrap .entry-meta .byline { display: none; } .home .entry-title ~ .entry-meta { clip :unset; height: unset; width: unset; }
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Adding date’ is closed to new replies.