• Resolved jcness

    (@jcness)


    Hey there. I’m pretty new to wordpress, I used it a couple of years ago but very briefly, and didnt understand much of what I was doing.
    Now, I’m using it again. I’m more clued up on html and css etc, but I’m no good with php, and so I find this a bit confusing.

    First I’ll describe how I’ve set up my site. I’m using my own pages, any my own layouts and skinning method etc. Then I incorporated wordpress into my layout (by adding my headers and footers into the index of my themes headers and footers). So I’m not using any of wordpress’s functions or themes or anything, it is only there in the blog text itself. If it helps the theme I put my headers/footers into is classic theme.

    I want to create an archives page. A page that’s separate. Something like a regular page: header, content, footer. And in content, I would normally php include the archives page, but I’ve realised its much more complicated than that in wp.
    I’ve searched through forums and someone said to move all the get_archives coding into the page, but I get billions of errors, nothing works for me.

    Then I thought if I php included the archives page that’s in the classic theme folder… but that didn’t work either. I am really stuck…

    Can anyone please give me some advice or some hints?
    Thanks in advance.
    Jess.

Viewing 2 replies - 1 through 2 (of 2 total)
  • What are you hoping to do with this archives page?

    If you want to order posts by date, create a normal page exactly like index.php in WordPress, and then call that page from the sidebar say using <?php wp_get_archives(); ?>

    If you want to have a static Page – you say you want a page that’s separate – that’s slightly different, but not much …

    Be more specific! 🙂 (Or perhaps I didn’t fully understand what you wrote down)

    Thread Starter jcness

    (@jcness)

    A separate page as in, on a page that I’ve coded myself (not part of the wp templates), and I just want to include archives by php include or something.
    If I put <?php wp_get_archives(); ?> in I get errors, I think because there not in the same folders…
    Could you explain what static is? Lol sorry I’m a bit new to this…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating a separate archives.php page’ is closed to new replies.