Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112466

vtxyzzy on "Parse error: syntax error, unexpected T_ENDWHILE"

$
0
0

You are missing an endif; that probably should go just before the endwhile;, like this:

<?php endif; ?>
	<?php endif; ?>

<?php endwhile; // End the loop. Whew. ?>

Viewing all articles
Browse latest Browse all 112466

Trending Articles