[theme-reviewers] Gallery Styling

Thomas from ThemeZee contact at themezee.com
Fri Mar 29 21:00:09 UTC 2013


Thanks, Chip.


2013/3/29 Chip Bennett <chip at chipbennett.net>

> That is absolutely the correct approach. Gallery styling is
> presentational, and thus controlled by the Theme. Removing default styling
> via filter is the correct implementation, if the core-defined styling is
> incompatible with the Theme's gallery styling.
>
> If a Plugin has a conflict with that implementation, then the PLUGIN is
> _doing_it_wrong(), not the Theme.
>
>
> On Fri, Mar 29, 2013 at 9:48 AM, Thomas from ThemeZee <
> contact at themezee.com> wrote:
>
>> Hi everybody,
>>
>> I have just one question about best coding practice and didn't know if it
>> was already discussed.
>>
>> Is it senseful for a theme do remove the default gallery styling of
>> WordPress core with
>>
>> add_filter( 'use_default_gallery_style', '__return_false' );
>>
>> and add own gallery styling within the style.css?? Or will it lead to
>> conflicts with some plugins which enhance the gallery feature?
>>
>> Best Regards,
>> Thomas
>>
>>
>>
>> _______________________________________________
>> 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/20130329/fd6ec1b4/attachment.htm>


More information about the theme-reviewers mailing list