Help me find the error here?
-
There is supposedly an error on line 8 here, i don’t know what it is, its causing all of my posts to display an error msg (Parse error: syntax error, unexpected ‘endwhile’ (T_ENDWHILE) in /home3/neah/public_html/wp-content/themes/adventure/single.php on line 53) when I click on them. Thanks for the help!
themodernpioneerblog.com
</div>
<?php if (!is_home() && (get_theme_mod(‘comments_setting’) != ‘none’) && (get_theme_mod(‘comments_setting’) != ‘page’)) :
comments_template();
endif;
endwhile;
if ((get_theme_mod(‘previousnext_setting’) != ‘page’) && (get_theme_mod(‘previousnext_setting’) != ‘neither’)) : ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Help me find the error here?’ is closed to new replies.