Title: Please help! &quot;Parse error on line 372&quot;
Last modified: August 30, 2016

---

# Please help! "Parse error on line 372"

 *  [little miss twig](https://wordpress.org/support/users/little-miss-twig/)
 * (@little-miss-twig)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/please-help-parse-error-on-line-372/)
 * Hey I downloaded a tag cloud gadet, and my site stopped working. it keeps throwing
   up this error:
 * _Parse error: syntax error, unexpected ‘<‘ in public\_html/itchyimagination.com/
   wp-content/themes/i-excel/functions.php on line 372_
 * Line 372 doesn’t have anything on it, and I have not edited the code in any way,
   because I am a PHP n00b!!! it is the exactly the same as the file in the theme’s
   zip folder.
 * below I have pastsed a copy of the section of code where I presume the error 
   is.
 *     ```
       function iexcel_post_nav() {
       	global $post;	
   
       	// Don't print empty markup if there's nowhere to navigate.
       	$previous = ( is_attachment() ) ? get_post( $post->post_parent ) : get_adjacent_post( false, '', true );
       	$next     = get_adjacent_post( false, '', false );	
   
       	if ( ! $next && ! $previous )
       		return;
       	?>
       	<nav class="navigation post-navigation" role="navigation">
       		<h1 class="screen-reader-text"><?php _e( 'Post navigation', 'i-excel' ); ?></h1>
       		<div class="nav-links">
   
       		</div><!-- .nav-links -->
       	</nav><!-- .navigation -->
       	<?php
       }
       endif;
       =============LINE 372 IS HERE==========================	
   
       // Add specific CSS class by filter
       ```
   
 * if anyone could help me out, I would super appreciate it!!

Viewing 1 replies (of 1 total)

 *  Theme Author [marsian](https://wordpress.org/support/users/marsian/)
 * (@marsian)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/please-help-parse-error-on-line-372/#post-6215519)
 * This could be issue with the gadget you have installed. Which gadget is it?

Viewing 1 replies (of 1 total)

The topic ‘Please help! "Parse error on line 372"’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/i-excel/1.7.9/screenshot.png)
 * i-excel
 * [Support Threads](https://wordpress.org/support/theme/i-excel/)
 * [Active Topics](https://wordpress.org/support/theme/i-excel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/i-excel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/i-excel/reviews/)

## Tags

 * [line](https://wordpress.org/support/topic-tag/line/)

 * 1 reply
 * 2 participants
 * Last reply from: [marsian](https://wordpress.org/support/users/marsian/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/please-help-parse-error-on-line-372/#post-6215519)
 * Status: not resolved