We accidentally mis-packaged Carrington JAM 1.2, leaving out the README files in each directory. Oops!!
This has been rectified with version 1.2.1 – grab it from the themes page.
Also, the documentation is always available on the Crowd Favorite web site and in the public SVN repository on Google Code.
asdas
There’s one thing that I’ve been meaning to mention (that I keep fixing in JAM myself). If the home in WordPress is set to a page, then Home doesn’t work. Instead the page type is Page. However, some things, like the header, don’t allow anything beyond the default anyway.
So, in templates.php, I always add “$file = cfct_choose_general_template(‘pages’);” in cftc_page(), right before the cftc_template_file call and comment out the if statement.
Then in utility.php, there’s a few more changes… First, add a check for is_front_page() in the is_page section of cfct_context() and then setting $content to ‘front_page’. Then I replace everything in cfct_choose_content_template() with the same code from cfct_choose_general_template().
This makes the whole thing a LOT more flexible and allows me to use front_page and other fun stuff.
Otherwise though, great theme! It’s proving to be VERY useful.
Perhaps you could submit a patch:
http://code.google.com/p/carrington/issues/list