Hello! The site I'm working on is http://www.rocquemoremedia.com. I've noticed, in Safari browsers (and only Safari browsers), there's a problem with the browser rendering the <?php else: ?>
of my WP_Query
. In other words:
If there are posts (as seen on the "News" page), Safari will render the page just fine.
However, if there are no posts (as seen on the "Careers" page), Safari seems to jump down to <?php get_footer(); ?>
and insert all of the content after <footer>
, before it will render anything that comes after the "else" part of the query.
You can read my code here https://gist.github.com/Codette/d5f5d9c15a4153293ce8
I've Googled for hours, and haven't been able to find any help. This problem occurred on an iphone 4s, and Safari for Windows v5.1.7, but it did not occur on an ipad2. Any insights would be greatly appreciated.