Plugin Directory

Changeset 781064


Ignore:
Timestamp:
10/01/2013 09:23:14 PM (13 years ago)
Author:
LordPretender
Message:

Tentative #2 to solve problems with the readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-hierarchical-sitemap/trunk/readme.txt

    r781061 r781064  
    22Contributors: LordPretender
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UGTCXRGA4WW9L
     4Tags: posts, sort, sorting, order
    45Requires at least: 3.6.1
    56Tested up to: 3.6.1
     
    78
    89Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog.
    9 
    10 == Description ==
    11 
    12 By using a shortcode or PHP function, this plugin generates and HTML Code which is displayed in your page or anywhere you want.
    13 It displays pages and posts sorted hierarchically in their categories.
    14 
    15 The generated page will give an easy navigation for your users and is SEO user frendly.
    16 
    17 == Installation ==
    18 
    19 = Manual installation =
    20 
    21 1. Upload folder into to the `/wp-content/plugins/` directory
    22 1. Activate the plugin through the 'Plugins' menu in WordPress
    23 1. Use your 'Presentation'/'Sidebar Widgets' settings to drag and configure
    24 
    25 = Automatic installation =
    26 
    27 1. Login to the admin interface.
    28 1. Click Plugins in the left hand menu navigation.
    29 1. Click on "Add New" next to the Plugins header in the main content area.
    30 1. Enter "Simple Hierarchical Sitemap" (without quotes) in the textbox and click the "Search Plugins" button.
    31 1. In the list of relevant plugins click the "Install" link for "WP Realtime Sitemap" on the right hand side of the page.
    32 1. Click the "Install Now" button on the popup page.
    33 1. Click "Activate Plugin" to finish installation.
    34 
    35 = Display the sitemap =
    36 
    37 1. Make sure the plugin is installed.
    38 1. Click Pages in the left hand menu navigation.
    39 1. Click on "Add New" in the left hand menu navigation or click on "Add New" next to the Pages header in the main content area.
    40 1. Give your page a title I suggest Sitemap, and put `[simple_hierarchial_sitemap]` into the wysiwyg box.
    41 1. Now save or update the page and click on the View page link at the top to see your new sitemap.
    42 
    43 == Configuration ==
    44 
    45 The shortcode `[simple_hierarchial_sitemap]` has optional parameters :
    46 
    47 *   exclude : with this one, you can list posts (or pages) ID you don't want to be displayed (example : [simple_hierarchial_sitemap exclude=445,446]).
    48 
    49 Parameters can be used together.
    50 
    51 == Screenshots ==
    52 
    53 1. **An example of a sitemap.**
    54 
    55 == Changelog ==
    56 
    57 = 1.0 =
    58 *   The first version of the plugin.
    59 
    60 == Upgrade Notice ==
    61 
    62 = 1.0 =
    63 Tested in WordPress 3.6.1
Note: See TracChangeset for help on using the changeset viewer.