Contributing CSS stylesheets and templates
-
As part of my learning about CSS I’ve been running through some tutorials. As a result I’m building up a collection of index.php/stylesheet.css combinations which I’ll happily share.
You guys may have already figured all this out but, I have some questions.
Q1. how are we going to share them (link from my webpage or send em to you or what)?
Q2. Should contributed stylesheets merely work on the default index.php (limited) or can/should we use the same functions in index.php but play with ordering and div’s?
Q3. Should new contibuted index.php be renamed (e.g. nested-float.php)
Q4. What about idiosyncracies in the default index.php. Two I hate are the hardcoded get_archives(‘monthly’) which ignores the admin panel and the calendar is left out altogether.
Q5. Currently the default WordPress setup is for the stylesheets to be in the root directory. I don’t like that on my site (as I build tests they clutter the directory).
So I’d favor calling the contributed index be called description.php and the css in /styles/description.css but only if WP devteam are looking at supporting that. Otherwise I’ll stick the contributed versions in the root.
Hope this is clear.
- The topic ‘Contributing CSS stylesheets and templates’ is closed to new replies.