[theme-reviewers] Updating Custom Backgrounds and Custom Headers for WordPress 3.4

Emil Uzelac emil at themeid.com
Tue Apr 17 02:19:02 UTC 2012


Anyone ready to write something about Notice: get_theme_data is deprecated
since version 3.4! as well? That one is over my head :)

Emil

On Mon, Apr 16, 2012 at 6:03 PM, David Law <
wp-hackers at google-adsense-templates.co.uk> wrote:

> On Mon, 16 Apr 2012 09:04:58 -0700, you wrote:
>
> >Can do the same for Custom Headers, but think it will be messy. Anyone
> >got a 'good' solution up and running?
> >
> >Hi David!
> >
> >A new version of P2 was released recently. It has custom header support
> >for 3.4 and previous versions.
> >
> >You can see the code here:
> >http://themes.svn.wordpress.org/p2/1.4.0/inc/custom-header.php
>
> Thanks Mike,
>
> That's a much simpler code solution than I was thinking of using.
>
> Think I have it working now.
>
> For those looking for backwards compatability with the height and
> width attributes of the image code within their header.php files this
> works
>
> width="<?php if(function_exists('get_custom_header')) {echo
> get_custom_header()->width;} else {echo HEADER_IMAGE_WIDTH;} ?>"
> height="<?php if(function_exists('get_custom_header')) {echo
> get_custom_header()->height;} else {echo HEADER_IMAGE_HEIGHT;} ?>"
>
> David
> --
> http://www.stallion-theme.com/ Stallion WordPress SEO Theme
> http://www.stallion-theme.com/stallion-wordpress-seo-plugin Stallion
> WordPress SEO Plugin
>
>
> >-Mike
> >_______________________________________________
> >theme-reviewers mailing list
> >theme-reviewers at lists.wordpress.org
> >http://lists.wordpress.org/mailman/listinfo/theme-reviewers
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20120416/24a5192f/attachment.htm>


More information about the theme-reviewers mailing list