Help please…can’t figure out why single post won’t work in IE
-
Here’s the website: https://bloginterviewer.com/randomness/nocturnal-tendencies-nocturnal
It works fine in Firefox, but now the single post is not working in IE. Here’s the code:
<center><script type=”text/javascript”><!–
google_ad_client = “pub-5405080181226767”;
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = “728x15_0ads_al_s”;
//2007-06-26: blogintertextlinks
google_ad_channel = “5387009936”;
google_color_border = “FFFFFF”;
google_color_bg = “3D81EE”;
google_color_link = “FFFFCC”;
google_color_text = “000000”;
google_color_url = “000000”;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script></center><?php get_header(); ?>
<div id=”content”>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”date”><span><?php the_time(‘M’) ?></span> <?php the_time(‘d’) ?></div><img src=’https://bloginterviewer.com/wp-content/uploads/2007/06/rate.png’ />
<div class=”title”><?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”postdata”><SPAN class=”category”><?php the_category(‘, ‘) ?> <span class=”comments”><?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></span></div>
</div>
<div class=”entry”>
<?php the_content(‘Continue reading »’); ?>
</div><!–/entry –></div><!–/post –>
<?php comments_template(); ?> <?php endwhile; ?>
<div class=”page-nav”> <span class=”previous-entries”><?php next_posts_link(‘Previous Entries’) ?></span> <span class=”next-entries”><?php previous_posts_link(‘Next Entries’) ?></span></div><!– /page nav –>
<?php else : ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn’t here.</p><?php endif; ?>
</div><!–/post –>
</div><!–/content –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
- The topic ‘Help please…can’t figure out why single post won’t work in IE’ is closed to new replies.