I spend some time on the thesis settings and set the Framework option to Page Framework as shown in the image. Now just try activating the thesis theme for other blogs. I found some settings like the background color gets changed when you change for any of the blog. You can override this using the custom_functions.php.
The hooks in the Thesis theme are great and works well. If you are WordPress expert, then you can do magics without even touching the core files. Two files that you should work on are the custom_functions.php and custom.css file.
I have my theme header done using this function.
function kish_header_css() {
// function to manage WordPress MU blog headers for Thesis theme.
//Using this function you can assign different header images for different blogs
// Format to be maintained for the image blogid_header_randomnumber.jpg
global $blog_id;
$r=rand(1,4);
$r=1;
?>
#header {
background:url('http://kish.in/img/.jpg') top center no-repeat;
height:250px;
margin-top:5px;
}
<?php
}
add_action('thesis_hook_before_html', 'kish_header_css');
With this function, you can add images to the theme header, get random images for each blog, different images for different blog, checking the blog Id.
Note : Its important that you do not modify the core files of this theme or you may lose it if you are going to upgrade.
- Fusion Theme – A perfect theme for personal blog : If you are looking for free...
- P2 Theme Hack With Twitter Auto Updates : I had done a P2 theme...
- Corpvox WordPress Theme Released : Here is an excellent free...
- Redesigned my blog with a new theme : Screenshot of my blog - New...
- Digg Style Theme for WordPress – Deluxe Theme : I came across a good collection...
Tweet Samsung Galaxy Note Rom is available for download, but this is only for AT&T users (This ...
Tweet I am currently using a Samsung Galaxy Note and I was using an iPhone 4 and an iPad 2 along wit...