Tagged: post-meta-infos
Is there a filter I can use in child theme functions.php to remove all post mets data except the date?
Thanks.
Hey M1000000!
Would you like a CSS solution? If so, please post the link to your website.
Best regards,
Yigit
Hi Yigit,
Can manage with CSS – ideally looking for a filter in child theme functions.php.
Thanks.
Hey!
You can modify the loop-index.php file. Create a folder called “includes” inside the child theme folder then copy the loop-index.php file inside. You can remove the post meta info codes that way. There’s no specific filter for that.
Best regards,
Ismael
Thanks Ismael – that should be ok.