Know where your loop is!
WordPress Loop
<?php if(have_posts());?>
<?php while(have_posts()); the_post();?>
// The Stuff… Custom HTML & PHP Code
<?php else;?>
<?php endif;?>
Know where your loop is!
WordPress Loop
<?php if(have_posts());?>
<?php while(have_posts()); the_post();?>
// The Stuff… Custom HTML & PHP Code
<?php else;?>
<?php endif;?>