can`t see my changes to the loop
-
When I have this:
<?php
get_header();
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
endif;
get_sidebar();
get_footer();
?>
on a different (activated) template page then the one Ive set as my posts page, it doesn
t give me any result at all (although it gets the header and footer)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘can`t see my changes to the loop’ is closed to new replies.