3.1 Issue In IE and Chrome
-
Hey Guys,
I have a little thumbnail error on my post pages that only shows up in IE and Chrome, but not in Firefox.
On the single post pages (like this one: https://www.thetrailerhome.com/2011/03/10/fast-five-trailer-review) there is a small thumbnail to the right of the embedded video.
I’ve located the offending code in single.php:
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/post-images/<?php $key=”image”; echo get_post_meta($post->ID, $key, true); ?>” alt=”” border=”0″ class=”image” />I tried deleting that whole line and the site seems to work fine.
Here are my questions:
1. Does anyone what the purposed of that line is?
2. Is there a risk deleting it? If so, what is the alternative?
3. Why was this only causing an error in IE and Chrome and not firefox?Thanks!
Al
- The topic ‘3.1 Issue In IE and Chrome’ is closed to new replies.