• calanos

    (@calanos)


    My staff page doesn’t work. It instead seems to display the loop from the sidebar. I have no idea why that is and no idea how that happened or how to fix it. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you figured this out? I’m having a similar problem with my calendar page.

    I thought that including the loop in a static page was supposed to show the contents of that page… not the posts…

    Thread Starter calanos

    (@calanos)

    I ended up figuring out a fairly inefficient fix:
    For each page I had, I added:

    <?php
    query_posts('pagename=about'); //retrieves the about page only
    ?>

    I then had a different template for each page (only about 3 of them so it wasn’t a big deal). Each page would be assigned to a specific template, and the template would grab the page using that above code. Probably not the best way, though. I think it had to do with my already having a loop on the page, so it would just use the already-running loop instead of starting a new one. So this fixes that… not sure if it’ll help you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page doesn’t display its content’ is closed to new replies.