Changeset 117925
- Timestamp:
- 05/14/2009 03:27:38 PM (17 years ago)
- File:
-
- 1 edited
-
feeds-in-theme/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
feeds-in-theme/trunk/readme.txt
r117918 r117925 12 12 13 13 Creates 4 feeds : 14 trdf => rdf in theme (template : feed-rdf.php) 15 trss => rss 1.0 in theme (template : feed-rss.php) 16 trss2 => rss 2.0 in theme (template : feed-rss2-comments.php and feed-rss2.php) 17 tatom => atom in theme (template : feed-atom-comments.php and feed-atom.php) 14 15 trdf => rdf in theme (template : feed-rdf.php) 16 17 trss => rss 1.0 in theme (template : feed-rss.php) 18 19 trss2 => rss 2.0 in theme (template : feed-rss2-comments.php and feed-rss2.php) 20 21 tatom => atom in theme (template : feed-atom-comments.php and feed-atom.php) 18 22 19 23 Those feeds look for a feed template into the theme directory. … … 24 28 1. Unzip into your `/wp-content/plugins/` directory. If you're uploading it make sure to upload 25 29 the top-level folder. Don't just upload all the php files and put them in `/wp-content/plugins/`. 26 1. Activate the plugin through the 'Plugins' menu in WordPress 27 2. That's it! 28 3. you can use create your own feed template into your theme directory. 30 31 2. Activate the plugin through the 'Plugins' menu in WordPress 32 33 3. That's it! 34 35 4. you can use create your own feed template into your theme directory. 29 36 30 37 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.