Changeset 724130
- Timestamp:
- 06/07/2013 06:34:09 PM (13 years ago)
- File:
-
- 1 edited
-
custom-tags-lists/tags/0.2.1/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-tags-lists/tags/0.2.1/readme.txt
r724124 r724130 23 23 24 24 `<?php the_tags_nice(', ' , ' and '); ?>` 25 Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis. 25 26 Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis. 26 27 27 28 `<?php the_tags_rss(', ' , ' and '); ?>` 28 Shows a tags list with links to the rss feed. 29 30 Shows a tags list with links to the rss feed. 29 31 30 32 `<?php the_tags_external('http://wordpress.com/tag/' , 'Find related posts on Wordpress.com', ' , ' and '); ?>` 31 Shows a tags list with links to any external social site. 33 34 Shows a tags list with links to any external social site. 32 35 33 36 You can also make use of the examples included uncomenting the line include "("examples.php");" … … 42 45 = ToDo = 43 46 44 Create widgets for the tags lists.47 Create widgets for the tags lists. 45 48 46 49 = Credits and Acknowledgments = 47 50 48 51 This plugin is based on: 49 * [Nice Categories plugin by Mark Jaquith http://txfx.net/2004/07/22/wordpress-conversational-categories/ ] 50 * [Ultimate Tag Warrior by Christine Davis http://www.neato.co.nz/ultimate-tag-warrior ] 52 53 * [Nice Categories plugin by Mark Jaquith](http://txfx.net/2004/07/22/wordpress-conversational-categories/) 54 * [Ultimate Tag Warrior by Christine Davis](http://www.neato.co.nz/ultimate-tag-warrior) 51 55 52 56 Thanks to Mark Jaquith and Christine Davis for writing their plugins. 57 53 58 Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/ 54 59
Note: See TracChangeset
for help on using the changeset viewer.