I've searched around but I can't seem to figure out how to remove the author and date stamp for my pages / posts.
I'd even love to remove the entire footer on the bottom of my page. Can anyone out there suggest a solution?
I've searched around but I can't seem to figure out how to remove the author and date stamp for my pages / posts.
I'd even love to remove the entire footer on the bottom of my page. Can anyone out there suggest a solution?
You will need to start editing your theme's template files.
@Esmi - thank you. I guess I wasn't clear because I actually knew that I had to adjust the code but after researching this on here for quite sometime I found that there was no "one solution fits all" approach and that someone might have to actually dig around a little in my code to tell me exactly what to comment out or to remove.
Any help anyone can give would be greatly appreciated!
To amend your theme's footer, you need to look in footer.php. With regard to author and date/time, look for & remove <?php the_author();?> and <?php the_date();?> or <?php the_time();?> in your other template files.
This topic has been closed to new replies.