[wp-hackers] Disable header image for 201 child theme

Charles Frees-Melvin charles.freesmelvin at me.com
Tue Oct 4 23:35:45 UTC 2011


Hi,

I use the following plugin http://wordpress.org/extend/plugins/ajax-thumbnail-rebuild/ whenever I need to regenerate image sizes because I changed them. I don't leave the plugin active but just enable it when I need it.
---
Charles E. Frees-Melvin


On 2011-10-04, at 20:13 , Mika A Epstein wrote:

> In your functions:
> 
> define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 1000 ) );
> define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 200 ) );
> 
> I've noticed that I then have to upload an image for it to start using the right image size, though.
> 
> 
> ----
> Mika A Epstein (aka Ipstenu)
> http://ipstenu.org
> 
> On 4 Oct 2011, at 3:58:09PM, Diana K. Cury wrote:
> 
>> I tried everything but still can't disable or modify image dimensions. I know how to disable some features but these two seems different someway.
>> 
>> Thanks a lot
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> 
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list