Digihood HTML Sitemap

Description

Digihood HTML site-map plugin enables you to create site-maps with various customization options. List all public posts, pages and custom post types with blacklist option. List all posts of specified post-types / taxonomies / terms. This plugin also enables you to create a list of all the attachments on your website with the option to specify the document type.

  1. Default shortcode [html-sitemap] has the option to blacklist post or post_types with the exclude=”post_id” and exclude-type=”post_type->name” arguments respectively
    Example: [html-sitemap exclude=”1,349″ exclude-type=”book,product”]
    exclusion does not work for the “page” post-type

  2. Sitemap of uploaded attachments => [digi-attachment-sitemap], you can further specify the file type with the file-type=”MIME code” List here
    Example: [digi-attachment-sitemap file-type=”application/pdf”]

  3. Sitemap of all the posts of specified post-type => [post-type-sitemap post-type=”post-type->name”] where the post-type argument is required and the short-code wouldn’t work without it.
    post-type name can be found in the url while on the post-type admin page

  4. Sitemap of all the posts under specified taxonomy or only it’s specified term. => [tax-sitemap taxonomy=””], arguments are: taxonomy=”taxonomy-slug” (required) and term=”term-slug” (optional)
    Taxonomy specification is required, Term specification is optional – all the terms will be included if none is specified.
    Example: [digi-attachment-sitemap file-type=”application/pdf”]

Note: No additional styling has been added to the code except style=”clear: both;” and the class “whs-wrap”, which wraps the whole list and can be used for further personal styling. We recommend adding your styling outside of the plugin itself since the changes could be overwritten with future updates.

Installation

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. Optionaly fill out the settings page for the localization of your post-type or taxonomy names
  4. Add the desired shortcode to the page where you want to display your sitemap (You can find the same documentation directly above the settings fields in the plugin admin page)

FAQ

Where is the settings page?

Settings page can be found under the Digi plugins tab

Why don’t I see my post’s language in the settings?

The settings fields for taxonomy/post-type headings in the administration will be visible if the language is installed in the administration. If you have posts in a language that is not added to the administration, you won’t be able to customize headings for the sitemaps in these posts.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Changelog

3.00 (2023-07-13)

Added two new shortcodes [tax-sitemap], [post-type-sitemap] with some options for further filtering the sitemap content. Completely recreated the [digi-attachment-sitemap] tag and added the possibility of filtering the content by MIME file-type. Added new settings and documentation admin page. Unified branding with other Digihood products planned for future release.

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 [digi-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