Index: htdocs/user/themes/k2/theme.php =================================================================== --- htdocs/user/themes/k2/theme.php (revision 947) +++ htdocs/user/themes/k2/theme.php (working copy) @@ -19,7 +19,7 @@ // Apply Format::nice_date() to post date... Format::apply( 'nice_date', 'post_pubdate_out', 'F j, Y g:ia' ); -Format::apply_with_hook_params( 'more', 'post_content_out', 'more', 100, 1 ); +// Format::apply_with_hook_params( 'more', 'post_content_out', 'more', 100, 1 ); // We must tell Habari to use MyTheme as the custom theme class: define( 'THEME_CLASS', 'MyTheme' );