Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Slick Sitemap

Описание

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

Скриншоты

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

Установка

  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.

Часто задаваемые вопросы

Nothing here until now..

Отзывы

07.03.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.
02.04.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!
03.09.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 🙂
Посмотреть все 6 отзывов

Участники и разработчики

«Slick Sitemap» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Slick Sitemap» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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]