Giving your users changeable or custom headers in themes

Built in to WordPress, and also available for WordPress MU, is the Custom header API. This service allows you to quickly add some code to a theme’s fuinctions.php file to make the header area completely customizable. User will be able to upload a header image of their choice on their chosen theme, without affecting other blogs using the same theme.

You may want to try this first on a test site of WPMU.

First, check and see if your theme has a functions.php file included. If it doesn’t, make a blank file called functions.php. If it already has code in it, which it will if the theme is widget enabled, then you can paste this code in right before the last ?> tag.

//make changeable header

define('HEADER_TEXTCOLOR', '');
define('HEADER_IMAGE', 'setta.jpg'); // %s is theme dir uri and image filename
define('HEADER_IMAGE_WIDTH', 985);  // make sure these values match the theme header
define('HEADER_IMAGE_HEIGHT', 200);
define( 'NO_HEADER_TEXT', true );

function atypxmas_admin_header_style() {   // change atypxmas to your theme name
?>

// this part adds the header in the admin area
#headimg {
height: <?php echo HEADER_IMAGE_HEIGHT; ?>px;
width: <?php echo HEADER_IMAGE_WIDTH; ?>px;
}

#headimg h1, #headimg #desc {
display: none;}
}

function header_style() {
?>

#header{
background: url(<?php header_image() ?>) no-repeat;}
}

add_custom_image_header(’header_style’, ‘atypxmas_admin_header_style’);  // change atypxmas to your theme name you used above.

And that’s it! Everything else is handled internally by WordPress. To make things even easier, here’s a copy of a sample functions.php file. Please read the code and change the values accordingly for your specific theme, including the filename.

9,963 thoughts on “Giving your users changeable or custom headers in themes

  1. porn

    When someone writes an post he/she maintains the thought of a user in his/her brain that how a user can be aware of it. Thus that’s why this post is amazing. Thanks!|

  2. one piece sayings

    You really make it appear so easy along with your presentation but I in finding this matter to be actually something that I believe I might never understand. It sort of feels too complex and very vast for me. I’m having a look forward on your subsequent submit, I will attempt to get the grasp of it!|

  3. porn

    Hello! I know this is kinda off topic nevertheless I’d figured I’d ask. Would you be interested in exchanging links or maybe guest authoring a blog article or vice-versa? My website goes over a lot of the same subjects as yours and I feel we could greatly benefit from each other. If you are interested feel free to send me an email. I look forward to hearing from you! Awesome blog by the way!|

  4. attack on titan quotes

    Appreciating the time and effort you put into your blog and in depth information you present. It’s good to come across a blog every once in a while that isn’t the same old rehashed information. Wonderful read! I’ve bookmarked your site and I’m adding your RSS feeds to my Google account.|

  5. bokep jepang

    I also believe that mesothelioma cancer is a unusual form of many forms of cancer that is typically found in all those previously familiar with asbestos. Cancerous cells form from the mesothelium, which is a defensive lining which covers the majority of the body’s bodily organs. These cells commonly form in the lining of your lungs, abdominal area, or the sac which encircles one’s heart. Thanks for expressing your ideas.

  6. situs bokep

    This article is a breath of fresh air! The author’s distinctive perspective and insightful analysis have made this a truly captivating read. I’m grateful for the effort she has put into creating such an informative and provocative piece. Thank you, author, for providing your wisdom and sparking meaningful discussions through your brilliant writing!

  7. porn

    Hi there! Do you know if they make any plugins to help with Search Engine Optimization? I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good results. If you know of any please share. Appreciate it!|

  8. situs porno

    A person essentially help to make seriously posts I would state. This is the very first time I frequented your website page and thus far? I amazed with the research you made to create this particular publish amazing. Excellent job!

  9. porn

    I loved as much as you’ll receive carried out right here. The sketch is attractive, your authored subject matter stylish. nonetheless, you command get bought an nervousness over that you wish be delivering the following. unwell unquestionably come further formerly again as exactly the same nearly a lot often inside case you shield this hike.|

  10. situs porno

    I just like the helpful information you supply on your articles. I?ll bookmark your weblog and test again right here regularly. I am fairly sure I?ll be informed many new stuff proper right here! Best of luck for the next!

  11. kontol kuda

    My spouse and I stumbled over here coming from a different web page and thought I might as well check things out. I like what I see so now i’m following you. Look forward to going over your web page yet again.

Leave a Reply

Your email address will not be published. Required fields are marked *