Display Map in Header
I've opened the Header.php file but I'm not sure where to put the code:
<center><?php if(is_home() || is_front_page()){ $arg = array('w'=>'100%','h'=>'400px',); //w=width & h=height do_action('wpw_mappress_gmap_code',$arg);}?></center>
I'm trying to have the map appear on every page.
Where is the most appropriate place to put the code to make it look nice with the stock Classipress theme?