How to remove Date, Time and Author in WordPress Twenty Ten template

If you don’t want to show the Time, Date stamp and Author in all of your WordPress blog. You can edit your template css file.

Make sure to back-up your website just to be sure but if you are confident with your skill, you can just make a back-up copy of your style.css file before editing the file.

To remove author and date stamp in WordPress twenty ten template, add code below to your style.css file with the wordpress editor.

<pre><code>.entry-meta {
display:none;
}</code></pre>

Thank you for visiting http://computersph.com

The articles below are about WordPress and may interest you.

  • How to change your WordPress theme
  • How to Replace WordPress favicon
  • How to remove the Author Details and Time/Date stamp from your WordPress posts
  • How to remove the author, date and time stamp on a WordPress blog
  • This entry was posted in Blog and tagged . Bookmark the permalink.

    Leave a Reply