ThemeShaper Forums » Development Talk

[closed]

Latest SVN copy

(2 posts)
  1. Hi,

    if you download the latest SVN copy, please make sure that you add the following two lines to your child theme's functions.php:

    define('THEMATIC_COMPATIBLE_BODY_CLASS', true);
    define('THEMATIC_COMPATIBLE_POST_CLASS', true);

    This will enable the Thematic functions for creating body and post classes. Otherwise the WordPress functions will be used.

    Chris

    Posted 12 years ago #
  2. Latest addition to the SVN (Revision 729) requires:

    define('THEMATIC_COMPATIBLE_COMMENT_FORM', true);

    Chris

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.