Problems with query_post in Firefox?
-
On my home page, I have five future posts and five published posts. The query for the future posts is:
<?php query_posts('post_status=future&showposts=5&order=ASC'); ?>
and the query for the published post is:
<?php query_posts('showposts=5'); ?>
For some reason, everything works fine in IE7, but not in FF. Check it out at https://99flicks.com. You’ll see that you can click to view trailers for the In Theaters (published) posts but not the Coming Soon. Everything in IE7 works though.
I have basically everything validated except one error (which is a duplication of ID tag), but that shouln’t mess up the links in Firefox.
Please help, I’ve been spending hours on trying to fix this, yet maybe others will know the problem in an instant.
- The topic ‘Problems with query_post in Firefox?’ is closed to new replies.