• Forgive me, I’m new.

    I downloaded the BB theme (http://wordpress.org/support/topic/38413) and installed it properly enough so I can see my test page displayed correctly. But I’m stuck there. I don’t know how to create an archive page, an about page, etc, nor have I figured out how the comment window works. I’ve done my surfing (http://www.blueblurry.com/bb-theme-20/) and can’t find help anywhere. Can someone *please* help me out and walk me through the particulars I need to know to finish setting this up? I would really appreciate it.

    Thanks.

Viewing 1 replies (of 1 total)
  • Yea, this is a site with all the answers:
    http://codex.wordpress.org/Main_Page

    1. archive.php is already built in. What do you mean by archive?
    2. about, etc. page:
    – go to Write > Page in your admin panel.
    – Save it.
    – Go to Manage > Pages.
    – Go to sidebar.php or header.php (your choice) in the theme folder.
    – sidebar.php: After the

    • calender tag
    • , add

      (

    • <?php wp_list_pages(‘title_li=’); ?>
    • )
      or
      – header.php (have not installed it, so you need to figure it out. Just find a place and do <div><?php wp_list_pages(‘title_li=’); ?></div>)

Viewing 1 replies (of 1 total)
  • The topic ‘BlueBurry Theme help needed!’ is closed to new replies.