Dynamic Headers with Twenty Eleven and WP 3.2.1 works!
-
I see we need each other’s help to make this plugin work… I tried Dynamic headers with WordPress 3.2.1 and the default theme Twenty Eleven and it works. Try this:
1) Search for header.php in your theme folder;
2) In the row “Houston we have a new header image!” change the code into this:// Houston, we have a new header image! echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); else : ?> <?php if(function_exists('show_media_header')){ show_media_header(); } ?> <?php endif; // end check for featured image or standard header ?>
3)Save header.php
4)Set an image as Default Header Media, another one as Blog Page Header in the plugin Settings page after having uploaded them and the other header images in the header-images folder you created before.
5) You’re done…Thanks to troyjensen who suggested this method.
Hope it helps! ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Dynamic Headers with Twenty Eleven and WP 3.2.1 works!’ is closed to new replies.