Changeset 781077
- Timestamp:
- 10/01/2013 09:26:36 PM (13 years ago)
- File:
-
- 1 edited
-
simple-hierarchical-sitemap/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-hierarchical-sitemap/trunk/readme.txt
r781064 r781077 2 2 Contributors: LordPretender 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UGTCXRGA4WW9L 4 Tags: posts, sort, sorting, order4 Tags: html sitemap, seo, sitemap, pages, pages list, posts, posts list, shortcode, hierarchical 5 5 Requires at least: 3.6.1 6 6 Tested up to: 3.6.1 7 7 Stable tag: 1.0 8 8 9 Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog. 9 Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog... 10 11 == Description == 12 13 By using a shortcode or PHP function, this plugin generates and HTML Code which is displayed in your page or anywhere you want. 14 It displays pages and posts sorted hierarchically in their categories. 15 16 The generated page will give an easy navigation for your users and is SEO user frendly. 17 18 == Installation == 19 20 = Manual installation = 21 22 1. Upload folder into to the `/wp-content/plugins/` directory 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Use your 'Presentation'/'Sidebar Widgets' settings to drag and configure 25 26 = Automatic installation = 27 28 1. Login to the admin interface. 29 1. Click Plugins in the left hand menu navigation. 30 1. Click on "Add New" next to the Plugins header in the main content area. 31 1. Enter "Simple Hierarchical Sitemap" (without quotes) in the textbox and click the "Search Plugins" button. 32 1. In the list of relevant plugins click the "Install" link for "WP Realtime Sitemap" on the right hand side of the page. 33 1. Click the "Install Now" button on the popup page. 34 1. Click "Activate Plugin" to finish installation. 35 36 = Display the sitemap = 37 38 1. Make sure the plugin is installed. 39 1. Click Pages in the left hand menu navigation. 40 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. 41 1. Give your page a title I suggest Sitemap, and put `[simple_hierarchial_sitemap]` into the wysiwyg box. 42 1. 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 46 The 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 50 Parameters can be used together. 51 52 == Screenshots == 53 54 1. **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 = 64 Tested in WordPress 3.6.1
Note: See TracChangeset
for help on using the changeset viewer.