Allows setting custom excerpt lengths (individually) for all post types from the WordPress admin.
- Clone this repository or download a release.
- Zip the project directory ("wordpress-custom-post-type-excerpts") and install from the admin plugins page.
- Alternatively, upload the directory to "YOUR_SITE_NAME/app/public/wp-content/plugins".
- All excerpt lengths are set to 55 by default (same as WordPress core's default).
- A new page is added to the admin menu under "Tools" titled "Set Post Excerpts".
- Change the desired excerpt length and select "Save".
Stable and ready for testing
- Make sure options are properly erased from the DB on uninstall
- Run on clean installation
- Run on existing installation
- Run after adding a CPT
- Run after removing a CPT
- Check excerpt length on custom queries
- Name change (no longer need "custom" or "wordpress")
- Measure for performance hit