Probably a missing closing tag in your most recent post. A link to your site might help to pin it down.
http://farsouth.ondrej-synacek.net
what is the file called for recent post?
is there any way to prevent this stuff? i have been using wordpress for few years on a free hosting and it gave me similiar crap every few months of light usage.
i moved the site to paid hosting, thought it would be more stable.
what is the file called for recent post?
There isn’t a standard template file for recent posts that I know of. Do you mean widget?
Found your problem though. Your most recent post (19/05/09). There’s an opening <em> just before the <!-- more --> tag and no corresponding </em> on your front page.
is there any way to prevent this stuff?
This particular problem – yes. Always ensure that the <!-- more --> tag is on a line of its own with 1 blank line before and 1 blank line after. Stops it accidentally catching one half of a tag pair (which is what seems to have happened in your case) when the post teaser is displayed on the front page.
i moved the site to paid hosting, thought it would be more stable.
I think WP is definitely more stable when used with good paid hosting but in this particular case it’s not a stability issue. More the quirks of a semi-intelligent content parser/editor.
Oh thanks thats logical. I will remember to put blank breaks between the “more” tag.
Anyway I am looking for a way to fix it. Should I edit the post or the homepage (index.php) ?
edit: oh yeah didnt get it at first. i deleted the “” tags around the <more> tag. its fixed.
thanks for your help, its these little things that make it better for me to understand these problems. its nice to know it was just this tiny error, i was worried i would have to change my hosting again or something.