• Dunam

    (@dunam)


    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 doesnt give me any result at all (although it gets the header and footer)

Viewing 1 replies (of 1 total)
  • Micah Cooksey

    (@micahcooksey)

    Could you be editing the wrong file? You should change the index.php file (unless you’re doing a custom page template).

Viewing 1 replies (of 1 total)
  • The topic ‘can`t see my changes to the loop’ is closed to new replies.