Plugin Directory

Changeset 781077


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

Tentative #3 to solve problems with the readme.txt

File:
1 edited

Legend:

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

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