' . __( 'The Adventure Bound Basic Bound Theme by Eric Schwarz provides customization options that are grouped together on the Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Adventure Bound Basic, does not provides the following Theme Options, they are only available with the with the premium version Adventure Bound:', 'adventureboundbasic' ) . '

' . '
    ' . '
  1. ' . __( 'Website Color: You can choose from a bunch of different images to customize the look and feel for your entire site.', 'adventureboundbasic' ) . '
  2. ' . '
  3. ' . __( 'Hide Date: You can choose the opption of not display the date on the home.', 'adventureboundbasic' ) . '
  4. ' . '
' . '

' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'adventureboundbasic' ) . '

' . '

' . __( 'For more information:', 'adventureboundbasic' ) . '

' . '

' . __( 'Adventure Bound Basic Home Page', 'adventureboundbasic' ) . '

' . '

' . __( 'The Premium Adventure Bound Home Page', 'adventureboundbasic' ) . '

' . '

' . __( 'Contact Eric Schwarz', 'adventureboundbasic' ) . '

'; add_contextual_help( $theme_page, $help ); } add_action( 'admin_menu', 'adventureboundbasic_theme_options_add_page' ); /** * Returns an array of layout options registered for Advebture Bound. * */ function adventureboundbasic_layouts() { $layout_options = array( 'dates' => array( 'value' => 'dates', 'label' => __( 'Dates in Upper Right Corner', 'adventureboundbasic' ), 'thumbnail' => get_template_directory_uri() . '/images/date.jpg',), 'no-dates' => array( 'value' => 'no-dates', 'label' => __( 'No Dates are Displayed', 'adventureboundbasic' ), 'thumbnail' => get_template_directory_uri() . '/images/no-date.jpg',), ); return apply_filters( 'adventureboundbasic_layouts', $layout_options ); } /** * Returns an array of color schemes registered for Adventure Bound Basic. * */ function adventureboundbasic_color_schemes() { $color_scheme_options = array( 'red' => array('value' => 'red','label' => __( 'Red', 'adventureboundbasic' ),'thumbnail' => get_template_directory_uri() . '/images/red.png','default_link_color' => '#d71015',),); return apply_filters( 'adventureboundbasic_color_schemes', $color_scheme_options );} /** * Returns the default options for Twenty Eleven. * */ function adventureboundbasic_get_default_theme_options() { $default_theme_options = array( 'link_color' => adventureboundbasic_get_default_link_color( 'red' ), 'theme_layout' => 'dates',); if ( is_rtl() ) $default_theme_options['theme_layout'] = 'dates'; return apply_filters( 'adventureboundbasic_default_theme_options', $default_theme_options ); } /** * Returns the default link color for Adventure Bound Basic, based on color scheme. * * @param $string $color_scheme Color scheme. Defaults to the active color scheme. * @return $string Color. */ function adventureboundbasic_get_default_link_color( $color_scheme = null ) { if ( null === $color_scheme ) { $options = adventureboundbasic_get_theme_options(); $color_scheme = $options['color_scheme']; } $color_schemes = adventureboundbasic_color_schemes(); if ( ! isset( $color_schemes[ $color_scheme ] ) ) return false; return $color_schemes[ $color_scheme ]['default_link_color']; } /** * Returns the options array for Adventure Bound Basic. * */ function adventureboundbasic_get_theme_options() { return get_option( 'adventureboundbasic_theme_options', adventureboundbasic_get_default_theme_options() ); } /** * Returns the options array for Adventure Bound Basic. * */ function adventureboundbasic_theme_options_render_page() { ?>

Information

Thank you for supporting my WordPress Theme "Adventure Bound Basic."

I would like to encourage you to regularly check for updates because I spend a lot of time improving and fixing the code so that it just simply keeps working better. You'll find the blead-edge downloads Here.

If you would really like to show me your support of the Adventure Bound Basic theme or would real like to be able to use the additional features below that the premium version offers, just quick pick up your own copy by visiting the Adventure Bound Basic Page.

  1. Drop Down-Menu's
  2. Change Website Color Base
  3. Customize the Menu at the Bottom
  4. Additional Search Engine Optimization
  5. Change the Secondary Menu's Image (Coming Soon)
  6. The inclution of the PhotoShop Images Files
  7. Code for Website Favorite Icons included.
  8. My Support with minor Modifications to the Theme
  9. My Support with any questions or problems you may have, Contact me here
  10. AND MORE FEATURES TO COME SOON, AT NO ADDTIONAL CHARGE!

Finally, I would like to get the word out on my orignal Premium Theme, "Adventure+." This is my first theme I created for WordPress and have hundreds of people that really enjoy the theme. Check out the demo page of the theme Adventure+ at http://adventure.schwarttzy.com/, and if you like it be sure to put a copy in your shopping cart.

If you have any questions, comments, problems, or suggestions please feel free to Contact Me Here.

Thank you again for your Support,

Eric J. Schwarz

Link Color
(Only Avaliable
with Purchase)', 'adventureboundbasic' ); ?>
' . adventureboundbasic_get_default_link_color( $options['color_scheme'] ) . '' ); ?>
Blog Dates
(Only Avaliable
with Purchase)', 'adventureboundbasic' ); ?>
'widget%d', 'id' => 'widget', 'description' => 'Widgets in this area will be shown below the the content of every page.', 'before_widget' => '', 'after_widget' => '', 'before_title' => '

', 'after_title' => '

', )); function is_sidebar_active($index) { global $wp_registered_sidebars; $widgetcolums = wp_get_sidebars_widgets(); if ($widgetcolums[$index]) return true; return false; } function print_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
>
commented
comment_approved == '0') : ?>
$depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
at