Tagged Questions
0
votes
1answer
141 views
Display different header images based on current page
I want to display, based on the current page another header image.
Short example:
Home -> Image A
PageId 1,2,3,4 -> Image B (2,3,4 are childs of page
1)
PageId 5, 6 -> Image C
...
I tried to ...
0
votes
1answer
82 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...
1
vote
1answer
922 views
Changing Header Image Every N Minutes/Seconds
I am trying to change the header image every "n" second/minutes. Have looked at a number of solutions on the web and am at present using the PHP code fragment below available at ...