Viewing 2 replies - 1 through 2 (of 2 total)
  • the archive page is custom made, in your theme folder you can include a archive.php file, there you customize how you want the archive page to be shown

    check out this page http://codex.wordpress.org/Creating_an_Archive_Index

    also a good theme to start from is sandbox http://www.plaintxt.org/themes/sandbox/

    you can customize there archive.php file

    Hi Josh,

    To create an archive page like the one featured in Brajeshwar’s Nishita theme, you need to do the following:

    1. From the Dashboard, choose WRITE —> PAGE and title it (with the quotation marks) “Archive”
    2. In the page template selection below, use the drop down box and to change it from “Default Template” to “Archives Template” and save it.

    3. head over to the theme editor, make sure that the Nishita theme is the current theme then theme editor

    4. select the “header.php” and look for “<!– BEGIN #nav –>” as the menu items are listed underneath it. The archive link, in my case (http://www.picpu.com) is listed below the “home” link.

    <li id=”nav-home”>” title=”Home”>Home

    <li id=”nav-archives”>/archives/” title=”Archives”>Archives

    In closing, I hope this helps you with the archive. I have no knowledge of the calendar archive.

    Best,

    Clarence

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add Archive and Calendar’ is closed to new replies.