Feature requests
-
- Role editor (full control create, rename, duplicate and restrict access and capabilities)
- Disable Auto Updates (https://www.ads-software.com/plugins/disable-wordpress-updates/) improves wp-admin performance to not call the API at all times.
- External links control options on links for gutenberg, select which options to see noopener, noreferrer, nofollow, sponsored etc.
- Disable Media Pages (https://www.ads-software.com/plugins/disable-media-pages/)
- Control Allowed Gutenberg Blocks (https://gist.github.com/ThatGuySam/944d6f739eacb5708d6d4bd4eb26c938)
- Add missing W/H to SVG images when uploaded and sanitized. Base it on viewbox and just pick the same values. Improves CLS for SVGs loaded as file.
- Control maximum uploaded file size of images is allowed. Not to compare to a w/h maximum image control feature
- System Summary
- Control which url slugs is blacklisted to use.
- Disable post category and/or taxonomy.
- Disable gutenberg color and background color options
- Disable gutenberg typography options
A bigger one but I find this very often I need to fix but never spends enough time to fix it in a perfect way how I actually want it. Core is very poor here and you don’t want a category base with an empty page or maybe post urls and slugs should not be different depending on what category they are in. All category archive pages we sometime want to be hierarchical sometimes not and at the root. It shouldnt be need to use a extreme permalink plugin to archive some simpler fixes for default post times or custom post types.
- Control Post type slugs (default is very poor to control categories, for example to have blog page to be /news-archive/ and then having categories to be /news-archive/%news-category%/%post%/ but to have different categories assigned to a post but I do not want the other category to be in the slug. so it should always be /news/post/ and not /news/category2/posts/ the way to archive it is to add category1 as sub category and then remove second category with code. then all share the same permalink structure with only /news/. But the category2 page will still become /news/category2/ while I would like to make it /category2/ only. But doing it how wp want the actual posts with that category would instead become /category2/post/ instead of /news/post.
So it would look like this:
Category1 = /%Category1%/
Category1 /%Category1%/
Posts = /%news%/%post%/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature requests’ is closed to new replies.