OK, one question at a time…
If you set your Reading Options to 4 posts (for example) and you’ll have 5 posts – the Previous-Next kicks in automatically.
You said you want to use the Monthly Archives and you also said you have the Monthly Archives. So what’s the problem??
Thread Starter
steveq
(@steveq)
I meant where it says Archives then shows March and february below that I want it to show the previous posts titles, kinda like what blogger does.
For showing a list of recent posts, i’m guessing this is what you want, then just add the following code to your sidebar.php file most likely or wherever you want it:
<?php get_archives(‘postbypost’, ’10’); ?>
10 is the number of posts you want to show.
and if you want your archives to list weekly instead of monthly just find your archives code, and change it to this:
<?php wp_get_archives(‘type=weekly’); ?>
I think this is what you’re getting at
Thread Starter
steveq
(@steveq)
yes it was lol, sorry I do get people confused easily. Thanks