<!–[if lt ie]> <![endif]–> Error
-
Hi all,
I am getting an error at the top of my blog that says:
<!–[if lt ie]> <![endif]–>
Does anybody know how to fix this? The error can be seen when using Internet Explorer on https://www.friscofauxcreations.com . The error does not show up on Firefox. Also, the sidebar on the right is getting moved to the bottom when viewing the website through IE. This does not happen with Firefox. Basically, I want it to look like Firefox and not like IE.
I think I might be missing a line of [endif] code in my sidebar.php file.
Here is the code from my sidebar.php file:
<div id="sidebar-wrapper"> <div id="sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <?php $today = current_time('mysql', 1); if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")): ?> <?php endif; ?> <?php if (function_exists('wp_theme_switcher')) { ?> <?php wp_theme_switcher('dropdown'); ?> <?php } ?> <div class="sideblock"> <h3>Frisco Faux Creations</h3> <ul> <li>Serving North Texas Area</li> <li>15 Years of Experience</li> <li>Recommendations Available</li> <li>Special Finishes & Textures</li> <li>Cabinet Refacing</li> <li>Free Estimates</li> </ul> </div> <?php endif; ?> </div> </div> </div>
Thanks in advance!
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘<!–[if lt ie]> <![endif]–> Error’ is closed to new replies.