• Are there any tags or hacks that will let me create links like those listed below?
    ‘View all of January’s entries.’ (Just for the current month)
    ‘Browse all 548 entries in the archives.’ (self explanatory)
    Hope you guys can help. Its a great program 🙂
    Kathy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Anonymous

    *bump*

    Ok, to get close to the first one you could use the following:
    <?php get_archives(‘monthly’, ‘1’, ‘other’, ‘View all of ‘, ‘\’s entries’); ?> which gives you something close, except it makes “January 2004” instead of just January.
    The Wiki page on template tags has a ton of good info on it… that’s how I figured out how to do that one. Not sure how you would do the “browse all” though…

    Thread Starter Anonymous

    Thanks for that Antifuse.
    I will give it a try 🙂 Would that month change every month though?
    Thanks

    I believe it gives the most recent month for which there are posts. So if you don’t post for 6 months, it will display a link to 6 months ago.

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

The topic ‘Archive links Question’ is closed to new replies.