Changeset 136819
- Timestamp:
- 07/20/2009 03:03:36 AM (17 years ago)
- Location:
- template-provisioning
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
template-provisioning/tags/0.1/readme.txt
r136346 r136819 25 25 == Installation == 26 26 27 1. Download and unzip the plugin files (bigbig_template_provisioning.zip) 28 2. Move the 'bigbig_template_provisioning' folder into your '/wp-content/plugins/' directory. 27 = Installation = 28 29 1. Download and unzip the plugin files (bigbig\_template\_provisioning.zip) 30 2. Move the 'bigbig\_template\_provisioning' folder into your '/wp-content/plugins/' directory. 29 31 3. Activate the plugin through the Wordpress Admin 'Plugins' page. 30 32 4. Modify your theme, per the usage instructions below. … … 34 36 Using the plugin is easy. Just create some .css and .js files where the plugin expects them... in the same directory as your template files. There are a series of files that it looks for when rendering a page using any given template file: 35 37 36 Stylesheets for "<template _name>.php":37 included in page <head> by wp _head() function38 Stylesheets for "<template\_name>.php": 39 included in page <head> by wp\_head() function 38 40 39 41 * css/global.css 40 42 * css/ie/global.css 41 * css/<template _name>.css42 * css/ie/<template _name>.css43 * css/<template\_name>.css 44 * css/ie/<template\_name>.css 43 45 44 Javascript files for "<template _name>.php":45 included in page <head> by wp _head() function46 Javascript files for "<template\_name>.php": 47 included in page <head> by wp\_head() function 46 48 47 49 * js/global.js 48 * js/<template _name>.js50 * js/<template\_name>.js 49 51 50 End-of-page Javascript files for "<template _name>.php" footer:51 included near the </body> tag by wp _footer() function52 End-of-page Javascript files for "<template\_name>.php" footer: 53 included near the </body> tag by wp\_footer() function 52 54 53 * js/global _footer.js54 * js/<template _name>_footer.js55 * js/global\_footer.js 56 * js/<template\_name>\_footer.js 55 57 56 58 == Frequently Asked Questions == -
template-provisioning/trunk/readme.txt
r136341 r136819 25 25 == Installation == 26 26 27 1. Download and unzip the plugin files (bigbig_template_provisioning.zip) 28 2. Move the 'bigbig_template_provisioning' folder into your '/wp-content/plugins/' directory. 27 = Installation = 28 29 1. Download and unzip the plugin files (bigbig\_template\_provisioning.zip) 30 2. Move the 'bigbig\_template\_provisioning' folder into your '/wp-content/plugins/' directory. 29 31 3. Activate the plugin through the Wordpress Admin 'Plugins' page. 30 32 4. Modify your theme, per the usage instructions below. … … 34 36 Using the plugin is easy. Just create some .css and .js files where the plugin expects them... in the same directory as your template files. There are a series of files that it looks for when rendering a page using any given template file: 35 37 36 Stylesheets for "<template _name>.php":37 included in page <head> by wp _head() function38 Stylesheets for "<template\_name>.php": 39 included in page <head> by wp\_head() function 38 40 39 41 * css/global.css 40 42 * css/ie/global.css 41 * css/<template _name>.css42 * css/ie/<template _name>.css43 * css/<template\_name>.css 44 * css/ie/<template\_name>.css 43 45 44 Javascript files for "<template _name>.php":45 included in page <head> by wp _head() function46 Javascript files for "<template\_name>.php": 47 included in page <head> by wp\_head() function 46 48 47 49 * js/global.js 48 * js/<template _name>.js50 * js/<template\_name>.js 49 51 50 End-of-page Javascript files for "<template _name>.php" footer:51 included near the </body> tag by wp _footer() function52 End-of-page Javascript files for "<template\_name>.php" footer: 53 included near the </body> tag by wp\_footer() function 52 54 53 * js/global _footer.js54 * js/<template _name>_footer.js55 * js/global\_footer.js 56 * js/<template\_name>\_footer.js 55 57 56 58 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.