|
I think if you change your post id (#post) to a post class (.post), that everything should work fine. You use #post more than once in your page.
Use IDs when there is only one occurence per page. Use classes when there are one or more occurences per page.
|