• I want to use Monthly Archives and Also Previous Posts to be shown on my blog, how can I do this? I currently have Monthly Archives as I have no Idea to change it to weekly, im also using the newest Word Press download.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Archives’ is closed to new replies.