This WordPress theme is compatible with WordPress 2.5. Louise Brooks is a two column right sidebar theme with little deco styling. Theme has been tested on Firefox 2, Internet Explorer 6,7 and Opera 9.
Tags: free wordpress themes, wordpress 2.5 themes, WordPress Themes
Blog It 750 collection consists of three various styles, white, black/blue and black/red. A clean two column WordPress theme with a side bar designed to hold and 125 x 125 ad.
Tags: free wordpress themes, wordpress, wordpress 2.5 themes, WordPress Themes
If you’re looking to add a bit of color to your WordPress blog you may like to check out this batch of WordPress Themes. This batch includes vibrant colors from orange to pink and everything in between. Some of these free WordPress Themes are good enough to be premium.
Tags: free wordpress themes, wordpress, wordpress 2.5 themes, WordPress Themes
One, Two or Three columns, we have you covered in this batch release of WordPress themes. One column WordPress theme Elegance, two column WordPress theme Ferrari, and three column WordPress themes Simple Theme One and CorpTheme. A beautiful batch of themes for our collection.
Tags: wordpress, wordpress 2.5 themes, WordPress Themes
Some of you may be having issues with images in posts using the new WordPress 2.5 image upload. If you find that your theme isn’t placing the images correctly you will want to take a look at your current themes style.css file to make sure the alignment rules have been written.
Note: Always, always and yes .. always make a backup before you go messing with things.
Admin > Design > Theme Editor > Current Theme > style.css
You will want to look for the following or something similar:
.alignleft {
float:left;
padding: 4px;
}
.alignright {
float:right;
padding: 4px;
}
.aligncenter {
float:center;
padding: 4px;
}
If these css rules (alignleft, alignright, aligncenter) are not currently in your style.css file simple copy and paste them in at the bottom. You can make changes if you would like; add a border etc.
Tags: wordpress, wordpress 2.5, wordpress 2.5 themes, wordpress help, WordPress Themes
I do believe there are plugins available for this but really I don’t think its necessary. You can quickly add your own “About the Author” or “Author Bio” box to your blog posts with only a few lines of code. It should take you maybe 2 minutes to complete this task. Super easy stuff. This is a nice addition to any blog and helps to promote your blogs contents by associating your site with real people - and it just looks good!
Note: Always, always and yes .. always make a backup before you start messing with things.
Open your current themes single.php file
Admin > Design > Theme Editor > Your Current Theme > single.php
Find the following:
<?php the_content(’Continue reading ยป’); ?>
<?php link_pages(’<p><strong>Pages:</strong> ‘, ‘</p>’, ‘number’); ?>
Now right below add this:
<h3>About The Author</h3>
<?php echo get_avatar( get_the_author_email(), $size = ‘50′ )?>
<p>Written by <?php the_author_link(); ?>
<BR>
<?php the_author_link(); ?> is <?php the_author_description(); ?></p>
<p>Other posts by <?php the_author_posts_link(); ?></p>
You can change the above to get things looking how you would like. The above example will give you a similar look to what we have here on STCFX.
The Author description is taken from the user profile area. Whatever is typed there will be displayed in this area.
Tags: wordpress, wordpress 2.5, wordpress 2.5 themes, wordpress help, WordPress Themes
As many of our users have requested information on WordPress 2.5 themes, we have decided to list the current known working themes here. The following WordPress themes have been tested and are compatible with WordPress 2.5 If you have any problems with any of the listed themes, or you have tested a theme that is not yet on our list, please feel free to contact us and we will make revisions as required.
Tags: Templates, Theme, wordpress, wordpress 2.5 themes, WordPress Themes
Hey There!
Recent Comments