• Ok here goes, not sure if it can be done, which is why i am asking!

    Ok my site

    http://tzortst.com/

    At the bottom below the last post, i would like to be able to have links to the next 10 or so posts

    be nice if i could lay them out like this

    Post 5 :: Post 6 :: Post 7

    Hope you can understand what i am after!

    Also is there any way to use the get archive function but not output them as a list?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, can’t see why not.
    You would need to place the call outside the loop, but inside the content div.

    As for not outputting as a list, it is a list, but CSS controls it:
    .archivelist ul, .archivelist ul li {
    display:inline;
    }
    and wrap your get_archive (or whatever) function inside that class.

    The only problem I can see is that this will show in some form or another on archive pages …….. I guess playing with the code is the way to go first.

    Thread Starter tzortst

    (@tzortst)

    nvm, ended up doing what i wanted to do 🙂

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

The topic ‘Archive Below Posts…’ is closed to new replies.