Using WPs Page Header Image


Author Message
RobR

Posted: 7/11/2014
Quote message 

Hello, im using artisteer 4

I want to add a Responsive Sub Header image, under my normal header & menu
So in the header.php file after the call for the menu & header, but before the sidebars and content, like this;

php 	echo theme_get_menu(array( 			'source' => theme_get_option('theme_menu_source'), 			'depth' => theme_get_option('theme_menu_depth'), 			'menu' => 'primary-menu', 			'class' => 'wwy-hmenu' 		) 	); 	get_sidebar('nav');  ?>      </nav><?php } ?> 

CODE WOULD BE HERE
<div class="wwy-layout-wrapper"> <div class="wwy-content-layout"> <div class="wwy-content-layout-row"> <?php get_sidebar(); ?> <div class="wwy-layout-cell wwy-content">


How can I use WPs built in "Page Header Image" to insert the image here?
 
calsnoboarder

Posted: 7/11/2014
Quote message 

If you just want to add an image UNDER your current header/menu, you don't need to edit the php files...

you can do that by simply using the FIRST TOP WIDGET and adding a text widget with the html for the image placement there...

Unless you have a sidebar and want the new image to fit above the sidebar...
 
RobR

Posted: 7/11/2014
Quote message 

Yes, I want a custom image header per page that is under the

site header
menu
then the custom header image per page
then the sidebar | Content
 
RobR

Posted: 7/24/2014
Quote message 

anyone have any ideas on that?
it would be nice to be able to use the built in custom header option and place code in the above spot where is typed
CODE WOULD BE HERE
to have it show up under the menu, but above the sidebar & content areas