Beschrijving
Toolxon Sitemap Archive Lite adds a chronological content archive and a dedicated XML sitemap to WordPress.
The plugin is designed for websites that want a simple archive experience while keeping WordPress core sitemap functionality intact.
It does not replace, disable, or modify the WordPress core sitemap system.
Features
- Chronological content archive endpoint.
- Dedicated XML sitemap at /toolxon-sitemap.xml.
- Chronological archive at /toolxon-archive/.
- Supports published posts.
- Supports published pages.
- Supports public custom post types.
- Configure the maximum number of sitemap URLs.
- Configure the number of items displayed per archive month.
- Exclude selected post IDs from the generated sitemap and archive.
- Simple WordPress Settings API based administration.
- Shortcode support with [txsma_archive].
- Uses WordPress core APIs and libraries.
- No bundled jQuery or third-party uploader.
- Does not replace WordPress core XML sitemaps.
- Includes activation, deactivation, and uninstall handling.
- Uses WordPress capability checks, sanitization, validation, and escaping.
How It Works
After activation, the plugin provides two dedicated endpoints:
Archive:
/toolxon-archive/
Dedicated XML sitemap:
/toolxon-sitemap.xml
The archive groups published content chronologically by month and year.
The XML sitemap provides URLs for the content types selected in the plugin settings.
WordPress core sitemaps remain available and are not disabled or replaced.
Archive Shortcode
Use the following shortcode to display the chronological archive on any post or page:
[txsma_archive]
The shortcode displays published content grouped by year and month according to the plugin settings.
Settings
Go to:
WordPress Admin Toolxon Sitemap Archive
Available settings include:
- Content sources
- Taxonomy selection
- Maximum sitemap URLs
- Items per archive month
- Excluded post IDs
Only supported public content types are used for sitemap generation.
Sitemap URL
The plugin generates its own dedicated sitemap:
/toolxon-sitemap.xml
Example:
https://example.com/toolxon-sitemap.xml
The plugin does not replace the WordPress core sitemap index.
Archive URL
The chronological archive is available at:
/toolxon-archive/
Example:
https://example.com/toolxon-archive/
Requirements
- WordPress 6.0 or later
- PHP 7.4 or later
- Pretty permalinks enabled for the best experience
Privacy
Toolxon Sitemap Archive Lite does not collect or transmit personal information to an external service.
The plugin stores only its own configuration settings in the WordPress database.
Security
The plugin follows WordPress security practices including capability checks, input sanitization, validation, and output escaping.
The plugin uses WordPress APIs and does not bundle third-party JavaScript libraries unnecessarily.
External Services
This plugin does not connect to or send data to any external service.
The optional “More Plugins & Features” link in the plugin settings page points to the Toolxon website:
https://toolxon.com/
Clicking that link is optional and does not transmit WordPress site data through the plugin.
Developer Notes
The plugin uses WordPress rewrite rules to provide its dedicated archive and sitemap endpoints.
If rewrite rules need to be refreshed after installation or configuration, visit:
WordPress Admin Settings Permalinks
and click Save Changes.
Installatie
- Upload the plugin folder to /wp-content/plugins/.
- Activate the plugin from the WordPress Plugins screen.
- Go to Toolxon Sitemap Archive.
- Select the content sources you want to include.
- Configure the sitemap and archive limits.
- Save the settings.
- Visit /toolxon-sitemap.xml to view the dedicated XML sitemap.
- Visit /toolxon-archive/ to view the chronological archive.
FAQ
-
Does this replace the WordPress core sitemap?
-
No. The plugin creates a separate XML sitemap and does not disable or replace WordPress core sitemaps.
-
Can I exclude specific posts?
-
Yes. You can enter post IDs in the Excluded Post IDs setting.
-
Does the plugin support custom post types?
-
Yes. Public custom post types can be included from the plugin settings.
-
Can I display the archive inside a page?
-
Yes. Use the [txsma_archive] shortcode.
-
Does the plugin include jQuery?
-
No. The plugin does not bundle jQuery or another copy of a library already provided by WordPress.
-
Does the plugin upload files?
-
No. The plugin does not provide an uploader or file-management system.
-
Will the plugin modify my existing WordPress sitemap?
-
No. The plugin provides its own dedicated sitemap endpoint and leaves the WordPress core sitemap system intact.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Toolxon Sitemap Archive Lite” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Toolxon Sitemap Archive Lite” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.1.0
- Renamed the plugin and slug for distinctness and trademark clarity.
- Updated the text domain and public/admin labels.
- Added prefixed identifiers for options, transients, handles, and declarations.
- Replaced direct stylesheet output with WordPress enqueue APIs.
- Updated endpoints and shortcode to use the new plugin namespace.
- Fixed uninstall cleanup for plugin-owned settings and transients.
2.0.3
- Added a More Plugins & Features button linking to Toolxon.
- Improved plugin packaging and language directory support.
- Updated plugin metadata and documentation.
2.0.2
- Improved exclusion handling for sitemap and archive results.
- Avoided exclusionary WP_Query parameters for better query performance.
- Updated plugin documentation.
2.0.1
- Added the languages directory for translation support.
- Improved Plugin Directory compatibility.
- Updated plugin metadata.
2.0.0
- Added chronological archive functionality.
- Added dedicated XML sitemap.
- Added support for posts, pages, and public custom post types.
- Added configurable sitemap URL limits.
- Added configurable archive items per month.
- Added post ID exclusion support.
- Added archive shortcode.
- Added Settings API based configuration.
- Added activation, deactivation, and uninstall handling.
- Improved security, sanitization, validation, and escaping.
- Kept WordPress core sitemaps intact.
1.0.0
- Initial release.
