after each new post i make in the end there is a text saying " This entry was posted on Sunday, March 8th, 2009 at 4:31 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed." how do i stop that from appearing after each of my posts.
I would say that text is most likely to be in the index.php file in the theme folder. The theme being the one that is currently activated(being used).
This tag is being used there: http://codex.wordpress.org/Template_Tags/the_date remove this tag from your index.php file and it will disappear..
It depends, whether you want to remove it from the single post template or the index template, both will have the same token, the_date
Edit the archive, index and single templates, look for date, rss feed and posted by code. A lot of time, the person that made the template will have a <div> with the code here, and then a closing </div> Leave the divs in place and just remove the php code from between them. That way the spacing and line breaks will stay the same on the page. I remove all of that code from my templates, as well as the commenting code.