This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Slick Sitemap

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

http://twitter.com/pengbos

Screenshots

  • Slick Sitemap in the WordPress.
  • Configure the links for the sitemap in the Menu configuration tab.
  • Configure the Slick Sitemap.

Installation

  1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/ folder.
  2. Activate the “Slick Sitemap” plugin in the Plugin Management page.
  3. Create a navigation menu for the sitemap.
  4. Configure the Slick sitemap in the coniguration page. Specify the default menu for the map, default utility menu, and default column for the layout.
  5. 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

March 7, 2021
slickmap.css contains the following: a:link:before, a:visited:before { display: block; text-transform: uppercase; font-size: 10px; margin-bottom: 5px; word-wrap: break-word; } This is not confined to Slick Sitemap and has affected output from the My Calendar plugin. The correct css is there as well so just delete or comment out the above.
April 2, 2017
This is the best vistal sitemap plugin which I have discovered. But it is too old, it is incompatible with some WP functions like wp_register_style and wp_enqueue_style which may cause some conflicts and problems... I hope will be continued, the concept is very good!
September 3, 2016
This plugin was updated quite recently before this review, but according to the forum no support issues have been resolved for several years. Although the plugin seems to work well so far, There are errors in the css (easily fixable) which may affect other parts of your site because the styles are not confined to the sitemap. Finally,it looks great on desktop, but I am not sure yet if it is very responsive for smaller screens. Having said all that, I am going to persist with it because it is potentially a lot more user friendly than the normal "bullet list" sitemap, and I am hoping those minor issues will be resolved soon 🙂
Read all 6 reviews

Contributors & Developers

“Slick Sitemap” is open source software. The following people have contributed to this plugin.

Contributors

Translate “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]