• Home
  • Contact
  • About Me
  • Home Jobs
  • Maldives
  • Technology
  • Recipes
  • Subscribe

Kishore

Limits Undefined

Thesis Theme Works With WordPress MU

by Kishore on January 28, 2010

  • Tweet
I recently got thesis theme for my blog, but the problem was I am using WordPress MU to separate different categories of my Blog. My root blog was working fine and when I activated the Thesis theme to my second blog, the first one got broken.

Screen shot 2010-01-28 at 11.25.28 AM.pngI 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.

Tagged as: Best wordpress mu theme, Can thesis be used on wpmu?, Different header image in thesis wordpress, Hacks, How to manage several wordpress thesis themes on one account, Thesis on wordpress mu, Thesis theme wordpress mu, Thesis wordpress mu, Thesis wordpress multiuser, Thesis wpmu, Wordpress, Wordpress Hacks, Wordpress MU, Wordpress mu themes, Wordpress mu thesis, Wordpress Thesis Theme

  1. Fusion Theme – A perfect theme for personal blog : If you are looking for free...
  2. P2 Theme Hack With Twitter Auto Updates : I had done a P2 theme...
  3. Corpvox WordPress Theme Released :   Here is an excellent free...
  4. Redesigned my blog with a new theme : Screenshot of my blog - New...
  5. Digg Style Theme for WordPress – Deluxe Theme : I came across a good collection...

Recently Updated

  • Swami Agnivesh will be the next entrant to Bigg Boss season 5
  • Ill Effects of Blogging on health
  • Google Adsense Certificate Issue
  • Coconut Chutney
  • What the Taj Mahal and Apple Have in Common
  • The five core principles of learning
  • Russia will host Football World Cup in 2018
  • Gabfire themes – a great collection
  • Dr. Candy man
  • Tree at Mysore Zoo

iPhone / iPad / Apple News

  • The new iPad already Jailbroken
  • Kindle for iPad updated for Retina Display – New iPad Features
  • First new iPad buyer – David Tarasenko from Australia
  • The New iPad (3rd Generation) Reviews
  • Better Battery on the new iPad compared to iPad 2
  • No it is not iPad 3 or iPad HD, it has no name
  • New iPad with Bluetooth 4.0 – What does that mean to a common user?
  • iPad 3 Shipping has started
  • Task Management App for iPad – Beesy – iPad To-Do
  • What is in iOS 5.1 Update ?
← Birthday Cake
IELTS Compulsary for Expatriate Nurses to Work in Maldives →
Hey!! - Like us on FaceBook

Get our posts via email - Yes it's free:

Devu and Suraj are the Munch Dance Dance Winners

Devu and Suraj are the Munch Dance Dance WinnersTweet Munch Dance Dance is one of the dance reality show aired in Asianet channel on Saturdays and S...

Samsung Galaxy Note Android 4 leaked – AT&T

Samsung Galaxy Note Android 4 leaked – AT&TTweet Samsung Galaxy Note Rom is available for download, but this is only for AT&T users (This ...

Why did I switch over to Samsung Galaxy Note from iPhone 4?

Why did I switch over to Samsung Galaxy Note from iPhone 4?Tweet I am currently using a Samsung Galaxy Note and I was using an iPhone 4 and an iPad 2 along wit...

IPL 5 – 2012 Matches Schedule

Archives | Advertise | Contact | Disclaimer | Write For Us
Maintained By Kishore