How do I remove the date and author of my blog posts? I want it rendered timeless, please.
Thank you.
How do I remove the date and author of my blog posts? I want it rendered timeless, please.
Thank you.
What theme are you using?
WPYogi just told me how to do this with the CSS theme. Thank you, zena1939. ;-)
Well, for my site I used this code to hide everything I used this code
/*hides author, date of post */
.entry-meta {
display: none;
}
but it might be different for yours. Do you use firefox?
You must log in to post.