How to disable POST META DATA !!!
-
Hi ,
I am going completely nuts trying to disable my POST META DATA on my blog front page,
this is my blog
http://rajarshibasu.wordpress.com/
and I want to remove the “Posted in Uncategorized on July 17, 2009 by Rajarshi” on top…please advice/ suggest how I can do that..thanks !!
Raj
The blog I need help with is: (visible only to logged in users)
-
If you have bought the CSS Upgrade, add this to your CSS. If not, can’t be done.
.postmetadata { display:none; } -
Thanks , yes I have the CSS upgrade….but there are couple of Meta datas showing up..which one do I apply this code to ?
-
-
You have some messed up stuff in your CSS. You have this:
.widecolumn .postmetadata.display: none; { margin:30px 0; }Return it to this:
.widecolumn .postmetadata { margin:30px 0; }Go to the bottom of your CSS and add what husdal suggested.
-
Actually this is wrong. postmetadata controls the leave a comment link and the edit link below the post, it does not control the line of metadata below the post title.
Remove all the postmetadata changes/additions you’ve made and go to the bottom of you CSS and add the following:
small { display:none; } -
-
Comments display on the single post page which you get to by clicking either the comment link at the bottom of the post on the main page, or on the page title. There is no way to show the comments on the main page of the blog. One of the reasons this is done is to make it easier to read since if you get a lot of comments on a post, a reader would have to page down a long way to see the next post.
- The topic ‘How to disable POST META DATA !!!’ is closed to new replies.