Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Different header images for MU Blogs? (http://forum.bytesforall.com/showthread.php?t=7557)

AussiAnni Oct 13, 2010 04:42 PM

There is a much simpler way of doing it that I have implemented on my multisite. It soesn't require any mods to theme files at all. See the thread here

All you have to do is upload the image you want with the media uploader and call it with the CSS mentioned in the other thread

matzbach Nov 4, 2010 10:31 AM

Hello to all,
I found today a very easy solution, as the editing of the php files didn't work for me.

I just copied the wp_settings.php to wpmu_settings.php, as the script is just looking for that file.
Now it shows in different installations the supposed headers.
The header should be named atuahalpa_header_1.xxx and should be uploaded via the media upload of WP.
Easy and simple and works
BR Matzbach

wimc Nov 25, 2010 03:27 AM

Another thanks for the great details in this post

I can confirm that gmarsh's solution worked for me too - using Atahualpa 353 on WP3.0.1 multisite install.


Quote:

Originally Posted by gmarsh (Post 45830)
Thanks for this thread, it helped me out a lot.

I wanted to add that this did not work for me:
Code:

if ( defined('WP_ALLOW_MULTISITE') ) {
but this did:
Code:

if ( is_multisite() ) {
I just edited the three files and that was it. I was also able to upload the correctly named images using the wordpress Media Library and they were picked up correctly.



All times are GMT -6. The time now is 08:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.