Plugin Directory

Changeset 724124


Ignore:
Timestamp:
06/07/2013 06:28:09 PM (13 years ago)
Author:
jjunyent
Message:

0.2.1 readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-tags-lists/tags/0.2.1/readme.txt

    r724121 r724124  
    1818It 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!
    1919
    20 === Usage ===
     20= Usage =
    2121
    2222Place the desired function on your theme wherever you want your tag list to appear.
    2323
    24 ´<?php the_tags_nice(', ' , ' and '); ?>´
     24`<?php the_tags_nice(', ' , ' and '); ?>`
    2525    Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis.
    2626
    27 ´<?php the_tags_rss(', ' , ' and '); ?>´
     27`<?php the_tags_rss(', ' , ' and '); ?>`
    2828    Shows a tags list with links to the rss feed.
    2929   
    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 '); ?>`
    3131    Shows a tags list with links to any external social site.
    3232
    3333You can also make use of the examples included uncomenting the line include "("examples.php");"
    3434   
    35 ==== Function parameters ====
     35= Function parameters =
    3636
    3737    $url = URL to the social webservice you want to link. Defaults to 'http://wordpress.com/tag/'.
     
    4040    $last_separator = Separator for the last tag. Defaults to ' and '.
    4141     
    42 === ToDo ===
     42= ToDo =
    4343
    4444    Create widgets for the tags lists.
     45   
     46= Credits and Acknowledgments =
     47
     48This 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
     52Thanks to Mark Jaquith and Christine Davis for writing their plugins.
     53Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/
    4554
    4655== Installation ==
     
    6877
    6978== Changelog ==
    70 v0.1 = Initial release
    71 v.0.2 = Metadata update
    72 v.0.2.1 = Fixing deployment error
     79= 0.2.1 =
     80Fixing deployment error
     81
     82= 0.2 =
     83Metadata update
     84
     85= 0.1 =
     86Initial release
    7387
    7488
    75 == Credits and Acknowledgments ==
    7689
    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 ]
    8090
    81 Thanks to Mark Jaquith and Christine Davis for writing their plugins.
    8291
    83 Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/
    8492
Note: See TracChangeset for help on using the changeset viewer.