The tag has no wiki summary.

learn more… | top users | synonyms

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, ...
1
vote
1answer
180 views

Additional custom header_image

Has anyone seen a way to add a new header_image to a theme? I need to add two configurable images in a theme. It doesn't really mater if it gets added as a new "Header" admin theme menu or if it's ...
0
votes
1answer
47 views

Creating a custom header

I am using the greyzed theme and want to create a custom header using my own image. my computer skills are limited and i have no idea where to start or how to even open the php files if that's what I ...
0
votes
1answer
158 views

Multiple Custom Headers

I am trying to add this function: add_theme_support( 'custom-header' ); I would like this to somehow combine with multiple headers. I saw some code that was PHP that checked which template was ...
2
votes
0answers
66 views

Additional Option on Custom Header admin

I would like to extend the Custom Header class to include an animation feature for the header graphics. Essentially, I'd like to add another possible value for the radio button for randomization. The ...
1
vote
0answers
228 views

Skeleton Child Theme Add Icon Bar to Header Flex Grid

Skeleton Child Theme Version 1.6 WordPress Version 3.4.2 Child Theme installed on main Multisite: public_html, wp-content, themes. My CSS, PHP Coding skills = NOVICE What I've done: Using the ...
0
votes
0answers
22 views

Custom header shows two or three or more images

Is there is a way to make the custom header to show more than one image in a random show without duplicate images. I tried something like this: <?php $header_image = get_header_image(); if ( ...
-3
votes
0answers
29 views

How To add Extra Image Upload field In Themes header

I am New To wordpress And i want to Upload One more Image upload field in header For that i have used this code posted which is in Answer Part of this Post Add additional upload field to Custom ...