Thank you for using Coogee Theme, a simple two-column, widget ready WordPress theme. You must read this file carefully.

  1. Archives Page and Links Page are ready to use (archives.php and links.php). When you are writing a new page, just change the PAGE TEMPLATE. You can leave the content blank. And a page-template is created if you want to write some new pages. Comments are closed by default if you use page-template. An easy modification can enable comment. Open page-template.php and remove "//" at line 21.
  2. If you are using the third party feed service, say Feedburner, and you hope to use their feed address, you need to do some modifations. Open sidebar.php and locate line 10, use your own feed address to replace <? php bloginfo('rss2_url'); ?> . Note, this applies when you are using the default sidebar.
  3. Wordpress Thread Comment plugin is recommended. If you are using this plugin, you can change the html code and css code at control panel setting as follow.

    Default HTML code:

    <div class="comment-childs<?php echo $deep%2 ? ' chalt' : ''; ?>" id="comment-[ID]"><p>[author] @ [date] [time]</p>[content]</div>

    Default CSS code:

    .editComment, .editableComment, .textComment{display: inline;}

    .comment-childs{color: #777;border: 1px dotted #ddd;border-left: 3px solid #ddd; margin: 8px 10px;padding: 5px;background-color: #fff;overflow: hidden;}

    .chalt{background-color: #f6f6f6;}

    #newcomment{border:1px dashed #777;width:90%;}

    #newcommentsubmit{color: #db5104;}

    .adminreplycomment{border:1px dashed #777;width:99%;margin:4px;padding:4px;}

    .mvccls{color: #999;}

    Save and refresh.

  4. Other plugins recommend: Simple Tags, Popularity Contest.

If any problem happened, you can leavea message at the theme release post, I'll try my best to help.

Update: 2008-07-18