Changeset 815314
- Timestamp:
- 12/05/2013 08:42:50 AM (12 years ago)
- Location:
- simple-hierarchical-sitemap
- Files:
-
- 5 added
- 3 edited
-
tags/1.1 (added)
-
tags/1.1/inc (added)
-
tags/1.1/inc/class.shortcode.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/simple-hierarchical-sitemap.php (added)
-
trunk/inc/class.shortcode.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/simple-hierarchical-sitemap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-hierarchical-sitemap/trunk/inc/class.shortcode.php
r781030 r815314 15 15 16 16 //On charge toutes les catégories 17 $this->catégories = get_categories();17 $this->catégories = array_values(get_categories()); 18 18 } 19 19 -
simple-hierarchical-sitemap/trunk/readme.txt
r787122 r815314 5 5 Requires at least: 3.6.1 6 6 Tested up to: 3.6.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog... … … 22 22 1. Upload folder into to the `/wp-content/plugins/` directory 23 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Use your 'Presentation'/'Sidebar Widgets' settings to drag and configure 24 25 25 26 = Automatic installation = … … 29 30 1. Click on "Add New" next to the Plugins header in the main content area. 30 31 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 " Simple HierarchicalSitemap" on the right hand side of the page.32 1. In the list of relevant plugins click the "Install" link for "WP Realtime Sitemap" on the right hand side of the page. 32 33 1. Click the "Install Now" button on the popup page. 33 34 1. Click "Activate Plugin" to finish installation. … … 55 56 == Changelog == 56 57 58 = 1.1 = 59 * There was a minor issue when retrieving categories list. In some cases, posts were all sorted in the same category without name. 60 57 61 = 1.0 = 58 62 * The first version of the plugin. 59 60 == Upgrade Notice ==61 62 = 1.0 =63 Tested in WordPress 3.6.1 -
simple-hierarchical-sitemap/trunk/simple-hierarchical-sitemap.php
r781030 r815314 6 6 Description: This plugin generates an HTML Sitemap in a hierarchical tree of the posts (and pages) ordered by category and then by title. 7 7 Author: LordPretender 8 Version: 1. 08 Version: 1.1 9 9 Author URI: http://www.duy-pham.fr 10 10 Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.