Adrian Martinez
asked 11 years ago

Hi, How do I delete the date and author description on the related posts at the bottom of each post?

Thanks,

Adrian

2 Answers
DominicStaff
answered 11 years ago

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

Adrian Martinez
replied 11 years ago

Thanks!

Adrian Martinez
replied 11 years ago

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?

Adrian Martinez
replied 11 years ago

Problem solved. Thanks

DominicStaff
answered 11 years ago

Please don’t hesitate to contact us if you have further questions.

Powered by DW Question & Answer Pro