Forums
Home / Plugins / Removing Post Date and Author
(@brandonburley)
19 years ago
Is there a plugin for removing the author and post date on posts?
(@moshu)
You don’t need a plugin for that. Just edit your template files.
oh. I’m new to WordPress from Textpattern, that’s easy. thanks.
(@erusch)
I have the same question but can’t find the template file the date/time info is in. Any clues to how I can find this?
(@michael_)
Search for <?php the_time(‘F jS, Y’) ?> and <?php the_author() ?>
Usually it should be in index.php, but may also be in other files depending on what theme you are using.