Static XML sitemap
Generates static XML sitemaps for large-scale WordPress instances
by 1815 · github.com/achttienvijftien/static-xml-sitemap · website
★ 0stars
60kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/achttienvijftien/static-xml-sitemap/archive/refs/heads/main.zipAlso on Packagist as achttienvijftien/static-xml-sitemap:
composer require achttienvijftien/static-xml-sitemapFrom the readme
Static XML Sitemap plugin
The static XML Sitemap plugin generates static XML sitemaps for large-scale WordPress instances.
Contributing
Requirements
- Docker
- Composer
- nvm
- Yarn
Testing
Setup
1. Install Composer packages: composer install
2. Install the correct Node.js version: nvm install
3. Install NPM packages: yarn
4. Start wp-env yarn wp-env start
5. Check if test suite is ready: yarn test
6. When test result is OK you're ready to start writing tests in test/php
Read the full README on GitHub →