Hello Team,
I have managed to remove date and author metadata for posts based on previous discussions:
From previous discussions I have used css below to disable them:.post-meta .author-date { display: none; }
body.search .post-meta { display:none !important; }
However I can't find one regarding my problem. Please help. Thanks.
Comments