If you use Twenty Ten WordPress 3.0.1, in the home or front page, you probably will notice under the post, after “Continue reading” words, you have “Posted in your Category” and the “Leave a comment” words.
If you want to hide the Posted on Category, it is not difficult, however don’t forget to copy the theme files.
This is the line we want to hide.
So here are the steps removing “posted in Category” under your post.
1. As usual, dashboard, and then “Appearance” and “Editor”.
2. Look for Stylesheet document file, style.css. Copy the code to notepad++ or notepad.
3. Add this line of code, right in the bottom of the file, select all the codes and paste back in style.css.
.tag-links, .meta-sep, span.cat-links{display:none;}
4. Click “Update” and refresh your site.
Hello BlogWeb6:
I just wanted to say a quick thanks to you for all of your WordPress tutorials. I could not figure out for the life of me how to remove the “posted by” and the “date” etc. Your tutorials (.css style stuff) here tuned it right up on my new business site and blog. It looks great now.
Thank you so much!
Adam Rockwell
Thanks so much for this!!