Forums

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

Home Forums Other Posts to Page – WordPress Re: Posts to Page – WordPress

#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.