Carrington JAM (Just Add Markup) 1.2.1
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.
Posted by Alex King on August 2, 2009.
Categories: Announcements, Carrington JAM
About Carrington
Carrington is a theme platform for WordPress from Crowd Favorite. It includes the Carrington Core, a reactive templating engine that makes it easy to create different visual styles for different site areas and content and Carrington Build, an advanced drag and drop page layout system that enables full editorial control for complex pages.
more →
asdas
by tester on Aug 8, 2009 at 2:27 pm
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.
by Charlie Lehardy on Aug 8, 2009 at 8:42 pm
Perhaps you could submit a patch:
http://code.google.com/p/carrington/issues/list
by Alex King on Aug 8, 2009 at 10:35 pm