[theme-reviewers] Best Practice Question: style.css
Tom
wptr at edge22.com
Fri Aug 1 18:19:38 UTC 2014
I implemented this in the newest version of my theme and didn't find any issues.
From: theme-reviewers [mailto:theme-reviewers-bounces at lists.wordpress.org] On Behalf Of Emil Uzelac
Sent: Friday, August 1, 2014 11:04 AM
To: Discussion list for WordPress theme reviewers.
Subject: Re: [theme-reviewers] Best Practice Question: style.css
It should be good, I have not find any issues with that. Not sure what others think.
On Friday, August 1, 2014, Sami Keijonen <sami.keijonen at foxnet.fi> wrote:
Emil, is you example loading parent and child theme style.css allowed in .org? It's seems handy way of loading parent theme's style.min.css file.
On 16 July 2014 22:36, Emil Uzelac <emil at uzelac.me <javascript:_e(%7B%7D,'cvml','emil at uzelac.me');> > wrote:
Empties are ugly and not really needed.
This is what I do for my clients:
// Parent theme style.
wp_enqueue_style( 'my-style', get_template_directory_uri() . '/style.css', array(), null );
// Child theme style.
if ( is_child_theme() ) {
wp_enqueue_style( 'my-child-style', get_stylesheet_uri(), array(), null );
}
Parent style.css remains at the usual place and when child is active it will add it's own stylesheet :)
And of course no @imports either ;)
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org <javascript:_e(%7B%7D,'cvml','theme-reviewers at lists.wordpress.org');>
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org <javascript:_e(%7B%7D,'cvml','theme-reviewers at lists.wordpress.org');>
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
--
Sami Keijonen
Fox Holding Oy
sami.keijonen at foxnet.fi <javascript:_e(%7B%7D,'cvml','sami.keijonen at foxnet.fi');>
foxnet.fi
foxnet-themes.fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20140801/f28bce20/attachment.html>
More information about the theme-reviewers
mailing list