Line | |
---|
1 | ## css/
|
---|
2 |
|
---|
3 | Organizational folder for holding theme image files. You can reference these files using the built-in WordPress `bloginfo()` function like so:
|
---|
4 |
|
---|
5 | <link rel="stylesheet" type="text/css"
|
---|
6 | href="<?php bloginfo('template_directory'); ?>/css/base.css" />
|
---|
7 |
|
---|
8 | This directory is not used by the Carrington engine (template naming conventions are not supported), it is provided solely for convenience and for better organization of these files.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.