Gallery call problem…
-
Help!
In Firefox and other browsers you will see a ‘back’ ‘forward’ and the previous and next thumbnails after this post:
http://bunnywithfangs.com/2009/02/megan-fox-is-officially-single-again/megan_maxim2_440x550/
But in IE, nothing!
Here’s the relevant chunk of my image.php file…
<?php the_title(); ?> </h1> </a> <p class="date"><strong>Posted on:</strong> <span class="Date"> <?php the_time('F j, Y'); ?> </span> <strong>By:</strong> <span class="Date"> <?php the_author(); ?> </span> ( <a href="<?php comments_link(); ?>"> <?php comments_number('0', '1', '%', '%'); ?></a> ) Comments</p> <div class="posttext"> <p class="attachment"><a href="<?php echo wp_get_attachment_url($post->ID); ?>"><?php echo wp_get_attachment_image( $post->ID, 'medium' ); ?></a></p> <img src="/video/bwf_back.png" width="80"><?php previous_image_link() ?> <?php next_image_link() ?><img src="/video/bwf_forward.png" width="80"> <br clear="all" /> <?php the_content('Read more...'); ?>
The topic ‘Gallery call problem…’ is closed to new replies.