Changeset 724124
- Timestamp:
- 06/07/2013 06:28:09 PM (13 years ago)
- File:
-
- 1 edited
-
custom-tags-lists/tags/0.2.1/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-tags-lists/tags/0.2.1/readme.txt
r724121 r724124 18 18 It allows to display highly customizable tags lists. You can create tags lists linking to anything you want (RSS feeds, twitter hashtags, wordpress.com tags, wikipedia terms, google searches, flickr tags...). Use your tags in a completely new way! 19 19 20 = == Usage ===20 = Usage = 21 21 22 22 Place the desired function on your theme wherever you want your tag list to appear. 23 23 24 ´<?php the_tags_nice(', ' , ' and '); ?>´ 24 `<?php the_tags_nice(', ' , ' and '); ?>` 25 25 Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis. 26 26 27 ´<?php the_tags_rss(', ' , ' and '); ?>´ 27 `<?php the_tags_rss(', ' , ' and '); ?>` 28 28 Shows a tags list with links to the rss feed. 29 29 30 ´<?php the_tags_external('http://wordpress.com/tag/' , 'Find related posts on Wordpress.com', ' , ' and '); ?>´ 30 `<?php the_tags_external('http://wordpress.com/tag/' , 'Find related posts on Wordpress.com', ' , ' and '); ?>` 31 31 Shows a tags list with links to any external social site. 32 32 33 33 You can also make use of the examples included uncomenting the line include "("examples.php");" 34 34 35 = === Function parameters ====35 = Function parameters = 36 36 37 37 $url = URL to the social webservice you want to link. Defaults to 'http://wordpress.com/tag/'. … … 40 40 $last_separator = Separator for the last tag. Defaults to ' and '. 41 41 42 = == ToDo ===42 = ToDo = 43 43 44 44 Create widgets for the tags lists. 45 46 = Credits and Acknowledgments = 47 48 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 ] 51 52 Thanks to Mark Jaquith and Christine Davis for writing their plugins. 53 Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/ 45 54 46 55 == Installation == … … 68 77 69 78 == Changelog == 70 v0.1 = Initial release 71 v.0.2 = Metadata update 72 v.0.2.1 = Fixing deployment error 79 = 0.2.1 = 80 Fixing deployment error 81 82 = 0.2 = 83 Metadata update 84 85 = 0.1 = 86 Initial release 73 87 74 88 75 == Credits and Acknowledgments ==76 89 77 This plugin is based on:78 - [Nice Categories plugin by Mark Jaquith http://txfx.net/2004/07/22/wordpress-conversational-categories/ ]79 - [Ultimate Tag Warrior by Christine Davis http://www.neato.co.nz/ultimate-tag-warrior ]80 90 81 Thanks to Mark Jaquith and Christine Davis for writing their plugins.82 91 83 Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/84 92
Note: See TracChangeset
for help on using the changeset viewer.