Remove Author and Date from homepage posts
- The topic ‘Remove Author and Date from homepage posts’ is closed to new replies.
Need help? Check out our Support site, then
Hello, Is there a code you can provide to hide the Author and Date Posted of the posts that are pulled into the homepage recent post widgets?
Love your theme.. Thank you!
The blog I need help with is: (visible only to logged in users)
Also, I had another question, is there a way to code the blog post featured images to display in the same size – or will I need to adjust each featured image size manually? Thank you!
Hi,
thank you for using our theme.
You can use this in the Custom CSS:
.widget_veggie_recent_post .entry-meta {
display: none;
}
Images are responsive and we didn’t want to define the size for them as different users want different sizes. They are 740px in width to fill the content width.
You can use .post-thumbnail img {width: 100%;)
to make your images fill the content but it will blur the images if they are smaller than needed.
Hope this helps.
All the best,
Ana
Thank you!
You are welcome :)
Hello! I had another question regarding the featured image. Is there a code to hide the featured images from displaying on the PAGES?
Thank you!
Hi,
not sure if I understood it good, you don’t need to upload a featured image on the page.
Cheers,
Ana