Plugin Directory

Changeset 760270


Ignore:
Timestamp:
08/21/2013 07:54:07 PM (13 years ago)
Author:
wordpressapi
Message:

#changed domain name to digcms.com

Location:
selective-tags/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • selective-tags/trunk/readme.txt

    r455412 r760270  
    11=== Selective Tag ===
    2 Contributors: Wordpress API
     2Contributors: wp API
    33Tags: posts, sidebar, widget, tag, cache
    44Requires at least: 2.8
    5 Donate Link: http://www.wordpressapi.com
     5Donate Link: http://www.digcms.com
    66Tested up to: 3.2.1
    77Stable tag: 1.0
     
    1111== Description ==
    1212
    13 Selective Tag WordPress Plugin, provides sidebar widgets which can be used to display tags in the sidebar.
     13Selective Tag wp Plugin, provides sidebar widgets which can be used to display tags in the sidebar.
    1414
    1515
     
    1818#### Sidebar Widget
    1919
    20 Selective Tag WordPress Plugin, provides sidebar widgets which can be used to display tags in the sidebar. You can have multiple widgets with different set of tags configured for each one of them.
     20Selective Tag wp Plugin, provides sidebar widgets which can be used to display tags in the sidebar. You can have multiple widgets with different set of tags configured for each one of them.
    2121
    2222Each widget allows you to choose
     
    4141Support for the Plugin is available from the [Plugin's home page][1]. If you have any questions or suggestions, do leave a comment there or contact me in [twitter][5].
    4242
    43  [1]: http://www.wordpressapi.com
     43 [1]: http://www.digcms.com
    4444
    4545== Installation ==
    4646
    47 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. which you can drag and drop in the sidebar of your theme.
     47Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your wp installation and then activate the Plugin from Plugins page. which you can drag and drop in the sidebar of your theme.
    4848
    4949== Screenshots ==
  • selective-tags/trunk/selective-tags.php

    r455412 r760270  
    22/**
    33Plugin Name: Selective Tags
    4 Plugin URI: http://www.wordpressapi.com
     4Plugin URI: http://www.digcms.com
    55Description: Provide sidebar widgets that can be used to display Selective Tags from a set of tags which is selected by admin in the sidebar.
    6 Author: Wordpressapi.com
     6Author: digcms.com
    77License: GPL
    88Version: 1.0
    9 Author URI: http://www.wordpressapi.com
     9Author URI: http://www.digcms.com
    1010Text Domain: selective-tags
    1111
Note: See TracChangeset for help on using the changeset viewer.