• Hi all, ??

    On my wordpress blog I have a Portfolio page. When the user press the Portfolio page/link, the latest posted Subpage of the parent Portfoliopage is viewed. I managed this with adding the following code on the top of the PortfolioTemplate page.

    <?php query_posts("post_type=page&orderby=date"); ?>

    But somehow I can’t get my pagination code on my Subpage Template page to work anymore. It doesn’t show up. Has that to do with the query_posts() function?

    Thank you for your attention,
    Marco Theunissen

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination & query_posts()’ is closed to new replies.