this may be a really basic question but im after displaying all my posts on my homepage in order of being published. this was initially like this, but i’ve fiddled round with the hompage for something completely different! i still want that homepage but for all my posts to reside under it
any help would be really appreciated
my current index page is as follows –
<?php include "header.php"; ?>
<div id="wrapper">
<?php include "iframe.php"; ?>
<?php include "sidebar.php"; ?>
</div>
WordPress Codex suggests the following