Sticky Posts – removing date, author, etc
URL to the page in question:
http://radiantheart.one
-
Hi Bill
I would like to remove the date, author, and even see if removing the title is possible for all sticky posts.
So that the sticky post will always show up on the top of the home page but will just be the preview (which is a video) without the title below it, date, and authors.
thanks Bill
Joshua
Hi Joshua,
Try adding this to your Custom CSS and see if that won’t hide it all for you.
.sticky .post-meta,
.sticky .title,
.sticky .more-link {
display: none;
}
Thanks,
Bill
Thank you Bill that is perfect!
- The topic ‘Sticky Posts – removing date, author, etc’ is closed to new replies.