Description
This simple plugin adds a slick HTML (Not XML) sitemap of you site by entering the shortcode [slick-sitemap] in the page content. This simple plugin is configured from the dashboard. Settings include the menu
, column
, utility menu
. You can select a menu you created.
The new release enables the user to add multiple sitemaps to their website. instead of specify the menu in through the dashboard, user can specify menus through the short tag attribute. just like:
[slick-sitemap sitemap_menu=’sitemap’ utility_menu=’utility’ column=5].
Contributors
Plugin author: Pengbo Tang, host of the pengbos.com http://pengbos.com –
CSS Creator: Matt Everson of Astuteo, LLC http://astuteo.com/slickmap –
Follow us on Twitter
Screenshots
Installation
- Copy the entire directory from the downloaded zip file into the /wp-content/plugins/ folder.
- Activate the “Slick Sitemap” plugin in the Plugin Management page.
- Create a navigation menu for the sitemap.
- Configure the Slick sitemap in the coniguration page. Specify the default menu for the map, default utility menu, and default column for the layout.
- Add the shortcode [slick-sitemap] to the post(s) or page(s) of your choice with the default choice performed by the previous step. You can always specify the menu by short tag attribute like:
[slick-sitemap sitemap_menu=’sitemap’ utility_menu=’utility’ column=5] or [slick-sitemap sitemap_menu=’sitemap’ column=6] with the utility menu using the default setting.
FAQ
Nothing here until now..
Reviews
Contributors & Developers
“Slick Sitemap” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Slick Sitemap” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Released on 03/05/2012
- Initial release of Slick Sitemap plugin.
2.0.0
- Released on 08/08/2015
- Add new feature to support multiple sitemaps for one wordpress site, by using the short tag attributes.
[slick-sitemap sitemap_menu=’sitemap’ utility_menu=’utility’ column=5]