1
vote
2answers
128 views

Custom header images won't appear when set to random

I'm using a custom theme, developed from Boilerplate (some time ago). I noticed that the header images work fine when set statically, but fail to appear when set to random. I tried switching themes, ...
0
votes
1answer
174 views

How to remove header images from all pages except the home page? skeleton theme

I'm using the Skeleton theme and the header image is on all pages. I only want it on the home page. Anyone got a solution?
0
votes
0answers
13 views

How do I use the custom header image function twice in the same page header? [duplicate]

Possible Duplicate: How to add default images for custom backgrounds? I would like to have two sections in the header of my theme, using the header image functionality. The idea is to ...
0
votes
2answers
309 views

add_theme_support( 'custom-header' ) does not add option menu in dashboard

I'm writing a new theme from scratch, based off the Toolbox theme. My installation of WP is straight out of the box. I added add_theme_support('custom-header'); to my functions.php file, but the ...