'Primary Navigation',
) );
}
endif;
// widgets
function autumnseason_widgets_init() {
register_sidebar( array(
'name' => 'Primary Widget Area',
'id' => 'primary-widget-area',
'description' => 'The left primary widget area',
'before_widget' => '',
'after_widget' => '',
'before_title' => '
',
) );
register_sidebar( array(
'name' => 'Primary Widget Area',
'id' => 'secondary-widget-area',
'description' => 'The right primary widget area',
'before_widget' => '',
'after_widget' => '',
'before_title' => '',
) );
}
add_action( 'widgets_init', 'autumnseason_widgets_init' );
// comments
function print_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>
id="li-comment-">
at