Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Posts to Page – WordPress

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35857
    kevsyers
    Participant

    I’m trying to create a page template in wordpress that will contain all of my blog posts. I found this which helps me out somewhat, however I’m running into difficulties when I’m trying to list all of my categories and not just one particular one.

    Anyone have any ideas on how I would do this?

    #93507
    TheDoc
    Member

    You’ll need to create a custom template in your theme. Copy page.php and create a new file and change the name. Make sure to put this at the top of your new template:

    Then modify the loop on that template to contain all posts using help from the query_posts function that Senff linked for you above.

    Once your loop is set, change the template on your page in the WordPress backend from ‘Default’ to your new custom template.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.