Hi, How do I delete the date and author description on the related posts at the bottom of each post?
Thanks,
Adrian
2 Answers
To resolve this problem you can log in to Dashboard > Theme > Customize > General Settings > add the following code to the “Header Script”
<style>
.single-post .entry-meta.meta-top {
display: none;
}
</style>
Regards,
Dominic
Thanks!
This has deleted the author and date at the top of the post )under the title) as well. How do I just deleted for the related posts at the bottom?
Problem solved. Thanks
Please don’t hesitate to contact us if you have further questions.
Please login or Register to submit your answer