Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

WeDesIn HTML Sitemap

Descrição

WeDesIn HTML Sitemap adds list of all the pages, posts and custom post types to any webpage using the shortcode [html-sitemap]. This is a very simple plugin without any settings page. The idea behind the plugin is that you add the shortcode to your page, exclude any posts you don’t want included and that is it.

Note: Only public custom post types are included.

To exclude a post or posts from the sitemap, use the “exclude” parameter with a post ID as a value and comma to separate them.

Example: [html-sitemap exclude=”42, 503″]

To exclude post types, use the “exclude_type” parameter with a post ID as a value and comma to separate them.

Example: [html-sitemap exclude_type=”book,product”]

Since 1.03
Now the plugin has the option to list all attachments. To do so, use the [attachment-sitemap] shortcode. It is not possible to use the “exclude” attribute with this shortcode.

Note: It is not possible to exclude pages.

Note 2: No styling is added to the code apart from style=”clear: both;” and the “whs-wrap” class wrapping the list of posts and pages. You can use this class if you wish to style the sitemap specifically.

Instalação

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/wedesin-html-sitemap directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Add the [html-sitemap] shortcode to the page where you want to display your sitemap
  4. If required, exclude posts by adding the exclude=”xyz” parameter and the “xyz” change for your posts ID. To exclude more posts separate them by comma.

Perguntas frequentes

Where is the settings page?

There is no settings page.

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“WeDesIn HTML Sitemap” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Traduza o “WeDesIn HTML Sitemap” para o seu idioma.

Interessado no desenvolvimento?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Registo de alterações

2.10 (2022-02-24)

Fixed the schedules post error and added compatibility for latest WordPress version

2.00 (2019-12-12)

Plugin moved to objective PHP and updated to latest WP version

1.03 (2016-10-27)

Added the option to add Attachement list with the [attachment-sitemap] shortode.
The return_post_type_posts_WHS_wedesin function updated to feed the attachments.
Posts are now listed by date.
Fixed bug in the options_to_array_WHS_wedesin function.

1.02 (2016-09-12)

Added the option to exclude post types.

1.01 (2016-07-31)

Class updated to whs-wrap.

1.0 (2016-07-31)

Plugin published