WordPress Image Control: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
===Image=== | ===Image=== | ||
*The Image | |||
*Sizes (Wordpress default generated images is 150x150 "thumnail", 300x300 "medium", and 1024x1024 "large", "medium_large" is halfway between medium and large by default, and of course "full" is the original size. Templates and Plugins can cause other sizes to be generated. Use WP-CLI, wp --allow-root media image-size to see sizes generated) | |||
**How to remove auto generated sizes from being generated? | |||
***A Plugin like '''''Stop Generating Image Sizes''''' is great, but what about the WP-CLI or other Plugins that regenerate images? | |||
***'''<s>Imsanity</s>''': Only useful for limiting image size and reducing existing image sizes | |||
***'''Thumbnail Cleaner''' (Under Tools, Thumbnail Cleaner):Did a great job on eliminating all the thumbnails, but got a bunch it shouldn't have. And there's no trash can. | |||
*Title | *Title | ||
*File Name of Actual File | *File Name of Actual File (What is a good naming convention?) | ||
**Naming Convention: Use modern Video Resolution terminology; 1K, 2K, 4K, 8K (which refers to horizontal resolution, whereas 1080i, 720p, etc. refer to vertical resolution) | **Make this a Directory Name and put appropriate images in there -> Naming Convention for Size: Use modern Video Resolution terminology; 1K, 2K, 4K, 8K (which refers to horizontal resolution, whereas 1080i, 720p, etc. refer to vertical resolution) | ||
*Permalink Current URI (from Permalink Manager) & Native Slug (Permalink name if Permalink Manger were disabled) | *Permalink Current URI (from Permalink Manager) & Native Slug (Permalink name if Permalink Manger were disabled) | ||
*Permalink Address Page (<nowiki>https://WhatEverWebSite/PermalinkURI</nowiki>) | *Permalink Address Page (<nowiki>https://WhatEverWebSite/PermalinkURI</nowiki>) |