Changeset 480565
- Timestamp:
- 12/25/2011 09:25:50 PM (14 years ago)
- File:
-
- 1 edited
-
ap-twig-bridge/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ap-twig-bridge/trunk/readme.txt
r480550 r480565 4 4 Requires at least: 3.3 5 5 Tested up to: 3.3 6 Stable tag: trunk6 Stable tag: 1.0 7 7 8 8 AP Twig Bridge makes it possible to create templates for Wordpress using Twig template engine. … … 37 37 = How do I start creating my theme? = 38 38 39 You can directly edit files in twigbridge theme folder (don't forget to copy it to you`wp-content/themes` directory). You can use functions.php to add some hooks or to load text domain.39 You can directly edit files in `twigbridge` theme folder (don't forget to copy it to your `wp-content/themes` directory). You can use functions.php to add some hooks or to load text domain. 40 40 You must have at least these files: style.css, index.php (must contain php-code to display the template, please check the example), header.php, footer.php, searchform.php. 41 41 All twig files must be in `wp-content/themes/yourthemefolder/Twig`. At least `index.html.twig` must exist.
Note: See TracChangeset
for help on using the changeset viewer.