different headers (by page template) in twenty eleven child theme
-
Hi all,
I want to know if its possible to have a different size of the header image in twenty elevent theme, for example:
Template one:header image 980 x350:
(Important: I have changed already the default size for the template:function my_header_image_height($height) { return 350; } add_filter( 'twentyeleven_header_image_height', 'my_header_image_height'); function my_header_image_width($width) { return 980; } add_filter( 'twentyeleven_header_image_width', 'my_header_image_width');
)
Template two: header image 980×100.
Here is the problem because it gets the values of template one (setted up by php code in functions.php for my child theme.
I’m not a developer so I guess there is a php function to do this, any help?
thank you in advance
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘different headers (by page template) in twenty eleven child theme’ is closed to new replies.