__('The Menu Bar', 'adventure' ) ) ); // WordPress 3.4+ if ( function_exists('get_custom_header')) { add_theme_support('custom-background'); } } endif; add_action('after_setup_theme', 'adventure_setup'); // Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link function adventure_page_menu_args( $args ) { $args['show_home'] = true; return $args; } add_filter( 'wp_page_menu_args', 'adventure_page_menu_args' ); /** * Filter 'get_comments_number' * * Filter 'get_comments_number' to display correct * number of comments (count only comments, not * trackbacks/pingbacks) * * Courtesy of Chip Bennett */ function adventure_comment_count( $count ) { if ( ! is_admin() ) { global $id; $comments_by_type = &separate_comments(get_comments('status=approve&post_id=' . $id)); return count($comments_by_type['comment']); } else { return $count; } } add_filter('get_comments_number', 'adventure_comment_count', 0); /** * wp_list_comments() Pings Callback * * wp_list_comments() Callback function for * Pings (Trackbacks/Pingbacks) */ function adventure_comment_list_pings( $comment ) { $GLOBALS['comment'] = $comment; ?>
Thank you for downloading and installing the WordPress Theme "Adventure." I hope that you enjoy it and that I can continue to create these beautiful themes for years to come. But, if you could take a moment and become acutely aware that I have created this Theme and other themes free of charge, and while I'm not looking to get rich, I really like creating these themes for you guys. Which is why I offer additional customization of "Adventure" when you support me and install the "Adventure+" on your WordPress. If you're interested in supporting my work, or need some of the addition features in "Adventure+" head on over to this page.
Incase you happen to have any issues, questions, comments, or a requests for features with "Adventure Lite," you can contact me through E-Mail with the form on this page.
Thank you again,Eric J. Schwarz
| Adventure Theme Features | Adventure | Adventure+ |
|---|---|---|
| 100% Responsive WordPress Theme | ★ | ★ |
| Clean and Beautiful Stylized HTML, CSS, JavaScript | ★ | ★ |
| Change the site Title and Slogan Colors | ★ | ★ |
| Upload Your Own Background Image | ★ | ★ |
| Choose from 9 different opacity setting for the Background | ★ | ★ |
| Upload your own image for the Background | ★ | |
| Multiple Menu Banner Images to Choose | ★ | ★ |
| Upload Your Own Custom Banner Image | ★ | |
| Upload Your Own Logo (To be Implemented in Future Update) | ★ | |
| Change the Link Colors in the Menu | ★ | |
| Choose you own Hyper Link Color | ★ | |
| Favicon to be Easily Implemented on Your Website | ★ | |
| The Ability to use Custom Fonts from Typekit | ★ | |
| Remove my Mark from the Footer | ★ | |
| Personal Support on Technical Issues You May Run Into | ★ |
Don't see a feature that you want, maybe theres plugin that doesn't work right, send me an Email about it.
| Version | 2.1 | This is main an update to fix issues that I and others (like you) have found and fixed for the theme. The content no longer shifts to the right after the sidebar and embed video from YouTube and Vimeo are now responsive when embedded, plus some other minor stuff. I have also introduced the ablity change the color of the content of the background of content. In the next update I will include the ablity to change the sidebar. | 1.8 | The entire code for the WordPress theme "Adventure" has been completely rewritten in Version 1.8 and is a complete re-release of the theme. Not a single shred of code survived, and for good reason. The code was written over 3 years ago, before the HTML5 / CSS3 revolution, and had to be compatible with IE6 back then. Now that its three years later, I'm much better at coding and coupled with the progress made with HTML standards, the theme is back. While "Adventure" looks for the most part the same, there is a lot more happening in the code. |
|---|
| Version | |
|---|---|
| 3 | Nothing extra, just the same great code that Adventure 1.9 recieved in the latest update to the themes. |
| 2 | Since completely rewriting all the code for Adventure, and because Adventure+ is dependant and Adventure, I have designated that version 2 of Adventure+ is considered the initial re-release. |
Inspired by a certain GPS Manufacture, I designed this theme to feel like you're looking through a window out into the wilderness and hopefully inspire you to explore. I'm constantly adding new features to this theme to allow you to personalize it to your own needs. If you want a new feature or just want to be able to change something just ask me and I would be happy to add it for you. I would like to thank you for your support, visit the Theme URI for the update history, and Enjoy!