Plugin Directory

Changeset 480565


Ignore:
Timestamp:
12/25/2011 09:25:50 PM (14 years ago)
Author:
v-media
Message:

Minor changes to readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ap-twig-bridge/trunk/readme.txt

    r480550 r480565  
    44Requires at least: 3.3
    55Tested up to: 3.3
    6 Stable tag: trunk
     6Stable tag: 1.0
    77
    88AP Twig Bridge makes it possible to create templates for Wordpress using Twig template engine.
     
    3737= How do I start creating my theme? =
    3838
    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.
     39You 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.
    4040You 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.
    4141All 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.