'ffffff',
'text' => '000000',
'link' => '265E15',
'border' => 'ffffff',
'url' => '265E15'
);
register_sidebar(array(
'before_widget' => '
',
'after_widget' => '',
'before_title' => '',
'after_title' => '
',
));
function mistylook_widgets_init() {
unregister_widget('WP_Widget_Links');
wp_register_sidebar_widget('links', __('Links'), 'mistylook_ShowLinks');
}
add_action('widgets_init', 'mistylook_widgets_init');
function mistylook_ShowLinks() {
wp_list_bookmarks(array(
'class' => 'linkcat widget sidebox'
));
}
define('HEADER_TEXTCOLOR', '');
define('HEADER_IMAGE', '%s/img/misty.jpg'); // %s is theme dir uri
define('HEADER_IMAGE_WIDTH', 760);
define('HEADER_IMAGE_HEIGHT', 190);
define( 'NO_HEADER_TEXT', true );
function mistylook_admin_header_style() {
?>
id="comment-">
%3$s',
get_author_posts_url( $authordata->ID, $authordata->user_nicename ),
sprintf( __( 'Posts by %s' ), attribute_escape( get_the_author() ) ),
get_the_author()
);
}