'Blackcurrant Sidebar',
'id' => 'sidebar',
'before_widget' => '
',
'after_widget' => '',
'before_title' => '',
'after_title' => '
',
));
}
// Custom post excerpt
function custom_excerpt_length($length) {
return 100;
}
add_filter('excerpt_length', 'custom_excerpt_length');
/* customised comment template */
function blackcurrant_theme_comments($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
static $my_comment_count=0;
$my_comment_count++;
?>
id="comment-">