Removing post details
-
Just getting started on WP.com
Evidentally, every post shows a box with the following in it “by: author # comments, and category: uncategorized”
This box has a different background and resides just above the text of my post. How can I eliminate that completely and from subsequent posts?
-
-
-
Adding the following will obviously remove it, but that requires a fee. Is there any other setting that I could use?
.meta-row {
display: none;
}Which obviously begs the next question, how do I create my own WP.COM theme? ;)
-
Here at wordpress.com, you either (learn css and) pay for the css upgrade, or change theme, if you can find one with the data at a more sensible place… Admit- I am no fan of having that at the top of the post. There might be a theme without it, or at least less prominent.
Well – the most versatile option is to pay for the css (don’t, until you have a fair grasp) and play with the sandbox theme.
- The topic ‘Removing post details’ is closed to new replies.