You can input color names like "blue", "aqua", "darkred", "silver", etc., just make sure that they are valid HTML color names. You can also enter their hexadecimal values (e.g. #ff0033). Or better yet, just use the color picker by pressing the "Select Color" button. Leaving the fields blank will revert the colors the their default values.', 'about-me' );
}
function aboutme_logo_color() {
$options = get_option( 'aboutme-theme-options' );
if ($options['logo_color'] == "") {
$options['logo_color'] = "#e4ff00";
}
?>
You can insert the url\'s for the following social networking tools and their respective icons will be shown on your custom homepage.', 'about-me' );
}
function aboutme_sb_tw() {
$options = get_option( 'aboutme-theme-options' );
?>
'sidebar1',
'name' => 'Sidebar 1',
'description' => 'The first (primary) sidebar.',
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
));
/*
to add more sidebars or widgetized areas, just copy
and edit the above sidebar code. In order to call
your new sidebar just use the following code:
Just change the name to whatever your new
sidebar's id is.
*/
}
// adding sidebars to Wordpress
add_action( 'widgets_init', 'aboutme_register_sidebars' );
// Comment Layout
function aboutme_comments($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>