Hello,
Is there a way to disable displaying a post's date and author without disabling all of the meta info for the rest of my posts?
Thanks!
Hello,
Is there a way to disable displaying a post's date and author without disabling all of the meta info for the rest of my posts?
Thanks!
you can use the custom single functionality to create a single template used for those posts. You can for example copy single.php and create a new meta function for it (the meta function is located in theme-functions.php (in library/functions)).
You must log in to post.