Getting syntax error, unexpected T_ENDWHILE Error
-
I am getting :-
syntax error, unexpected T_ENDWHILE in /home/techn94c/public_html/wp-content/themes/TA/index.php on line 32
error on my website, here is my Index.php file copy :-<?php get_header(); ?> <div id="blog"> <div class="post"> <div <?php post_class(); ?>> <div class="post-date"> <div class="month"><?php the_time('M') ?></div> <div class="day"><?php the_time('d') ?></div> </div> <h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <div class="entry"> <table><tr><td><?php the_excerpt(); ?></td><td><?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } elseif( catch_that_image() ) { ?> <img src="<?php echo catch_that_image(); ?>" width="64" height="64" alt="<?php the_title_attribute(); ?>" /> <?php } else { ?> <img src="http://www.technoarea.in/wp-content/themes/TA/images/TA_Logo.png" width="64" height="64" alt="<?php the_title_attribute(); ?>" /> <?php } ?> </td></tr></table> <div class="cleared"></div> </div> </div> </div> <?php endwhile; ?> <center><?php if (function_exists("pagination")) { pagination($additional_loop->max_num_pages); } ?></center> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>plz help as soon as possible
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
The topic ‘Getting syntax error, unexpected T_ENDWHILE Error’ is closed to new replies.