...Read more.', $text); } add_filter('the_excerpt', 'excerpt_ellipse'); function mytheme_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    ' ); ?>

    %s says:'), comment_author()) ?>

    comment_approved == '0') : ?>
    $depth, 'max_depth' => $args['max_depth']))) ?>

     
    'sidebar', 'before_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Footer 1', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Footer 2', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Footer 3', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Head One', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Head Two', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ', )); function mytheme_add_admin() { global $themename, $shortname, $options; if ( $_GET['page'] == basename(__FILE__) ) { if ( 'save' == $_REQUEST['action'] ) { foreach ($options as $value) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } foreach ($options as $value) { if( isset( $_REQUEST[ $value['id'] ] ) ) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } else { delete_option( $value['id'] ); } } header("Location: themes.php?page=functions.php&saved=true"); die; } else if( 'reset' == $_REQUEST['action'] ) { foreach ($options as $value) { delete_option( $value['id'] ); } header("Location: themes.php?page=functions.php&reset=true"); die; } } add_theme_page($themename." Options", "".$themename." Options", 'edit_themes', basename(__FILE__), 'mytheme_admin'); } function mytheme_admin() { global $themename, $shortname, $options; if ( $_REQUEST['saved'] ) echo '

    '.$themename.' settings saved.

    '; if ( $_REQUEST['reset'] ) echo '

    '.$themename.' settings reset.

    '; ?>
    Welcome to the Ambergreen theme.

    Donate

    If you use and like this theme, why not donate a small amount? I'm trying to raise money for a trip to see my Girlfriend in America, so every dollar helps! Thanks and enjoy the theme!


    Tutorials

    Were writing tutorials on all aspects of the theme as we speak! For a full list of what we have so far please see here.

    Legend and Help

    Everything should be very self explanatory.
    Boxes marked with # are a color value. You only need to add the Hex value. No need for the hash.
    Boxes marked with PX are for values in pixels, again just put in the number.


    Free Background PSD

    As well as all the options here, you can download (under a GPL Licence as well) for FREE the Photoshop images used in the header, menu, footer and background, so you can create your own colorways. Also free with this are a red version, a white one and a black version. All free. You can find out more and download from here.

     

    Reset. DANGER WILL ROBINSON! This resets ALL the options, so please be warned before you click this! There is NO undo and it does reset everything!