__('The Menu Bar', 'adventure' ) ) ); // WordPress 3.4+ if ( function_exists('get_custom_header')) { add_theme_support('custom-background'); } } endif; // 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 a plugin that doesn't work right, why not send me an Email about it?
| Version | 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 | |
|---|---|
| 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. |
I dedicate this theme to my Grandfather, Eldon Schwarz, for his strength and courage in WWII. He is the sole survivor of the crew aboard the B17 Flying Fortress #44-6349, of the 483rd Bombardment Group, in the 840th Bomb Squadron and a prisoner of war from August 7, 1943 to November 5, 1945. I miss you Grandpa.
This theme began with me reading a newspaper from May 8, 1945. Just holding it I could sense that a lot time and planning went into simple things like font, layout, and especially choosing the paper's material. I marveled at the quality that clearly went into this paper. Even with how old the newspaper was, it makes modern newspapers just seem like a mere shadow of themselves clinging to their former glory.
Because of that I decided that I had to create a theme that feels like a newspaper, rich with details and fine quality. From hidden luxurious floral patterns, images that create the nostalgia of finely crafted paper, to incredibly detailed shadowing, but most importantly, the ability to respond to any width screen. "Adventure" is a completely flexible theme able to stretch from 300 pixels wide, all the way to 1920 and beyond. Images, galleries, quotes, text, titles, they all move fluidly to respond to any thing you through at it.