RedTone
RedTone is a 3 columns fixed width Magazine WordPress Theme with a gradient red and white color design. This theme has an easy to use theme options for its added function settings such as featured content slider, post thumbnails size setup, header logo and banner settings, YouTube embed video, Twitter setup, etc. This theme can be use on all kinds of niche blogs.
Theme Features:
- 3 Columns Fixed Width
- Featured Content Slider
- Auto Thumb And Auto Excerpt Posts
- Custom Header
- Adsense Ready (Loops, Single and Sidebar)
- YouTube Video Ready
- Twitter Ready
- Widget Ready Sidebars
- Threaded Comments With Gravatar Enabled
- Easy To Use Theme Options
- Tested On Firefox And IE7
- Compatible With WordPress 2.6+, 2.7+ and 2.8+
- Valid XHTML And CSS
Theme Updates & Fixes
- Dec 13, 2009 – Footer links open in new window, added wp_footer.

Version 1.0
- initial release
Tags: Adsense Ready, Featured Content, Featured Video, Fixed Width, Free WordPress Themes, Horizontal Navigation, Red, Rounded Corner, Theme Options, Threaded Comments, Three Columns, Three Level Dropmenu, Twitter Ready, White, Widget Ready, Wordpress Templates, WP Themes
Version and Changelog
Version 1.0
- initial release
Hi ronald
Nice thene to use, looks profeesional
one slight request
Can I customise the slider in order to get full sized
images in the slider (so to expand the sliderimages)
based upon current images in the catagories
Thanks in advance
Paul
hi paul
open functions.php and add this line
[php] if ( function_exists( ‘add_theme_support’ ) ) { add_theme_support( ‘post-thumbnails’ ); }[/php]
then open featured.php line 39+ and replace
[php]<img src="<?php echo get_featured_slider_image(); ?>" class="full" alt="<?php the_title(); ?>" />[/php]
to
[php]
<?php
if ( has_post_thumbnail()) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘full’); //large or full
echo ‘<img src="’ . $large_image_url[0] . ‘" class="full" title="’ . the_title_attribute(‘echo=0’) . ‘" />’;
}
?>
[/php]
that should let the slider to use post thumbnail fulll or large.
Good theme, I like, thanks for sharing
Hi, Ronald. I´ve been using your theme for three months and I have a question. I saw in the example´s blog that you can put 10 post with his respectives thumbnails in the index. I installed the theme and it only appear 8 posts (4 pairs). Where can I change that?
Thanks. Your theme is perfect.
Raúl.
Hai. Have you setup the number of post to show on blog by going to wp-admin > settings > reading > blog pages show at most. Thanks.