Hi there,
just trying to get a custom header image in my wordpress page. I have the option to do so, but my page doesn't seem to be responding to it.
Page is http://www.vickisimpson.com/index.php/shes-the-voice/
At the moment it is set to private so you will need signin details if you think you can help.
Any urgent help will be appreciated!
Kate
Arnav Joy answers:
can you provide me access and let me know your problem please.
Kate Hernandez comments:
Thanks Arnav
Firoja_Imtosupport answers:
Hi,
To enable it for single posts, open single.php and change
<?php get_header(); ?>
to
<?php if (get_post_meta($post->ID, 'header_choice_select', true));{ get_header(get_post_meta($post->ID, 'header_choice_select', true)); } ?>
If it still dont work , Please can you provide me sign in details
Jason Bruno answers:
For Big City Theme
- Make sure you have selected a page template with custom image header
- there should be an option/metabox down below where you can elect your custom image