WordPress Image Control: Difference between revisions
mNo edit summary |
|||
Line 57: | Line 57: | ||
==Items to Consider== | ==Items to Consider== | ||
=== Categories === | ===Categories=== | ||
In WordPress,Categories are by default associated with Posts. According to documentation, each Post must be assigned to a Category. If one isn't purposely chosen, a default Category is assigned. This default Category can be set in the Settings Tab under Writing. Other Plugins like '''''Media Library Categories''''' makes the same Categories used with Posts available under the Media Tab and as a Widget on the Edit Media administration page. Another Plugin, '''''Add Categories to Pages''','' adds that same capability to the Pages Tab and as a Widget on the administration page for Pages. | In WordPress,Categories are by default associated with Posts. According to documentation, each Post must be assigned to a Category. If one isn't purposely chosen, a default Category is assigned. This default Category can be set in the Settings Tab under Writing. Other Plugins like '''''Media Library Categories''''' makes the same Categories used with Posts available under the Media Tab and as a Widget on the Edit Media administration page. Another Plugin, '''''Add Categories to Pages''','' adds that same capability to the Pages Tab and as a Widget on the administration page for Pages. The following plugins allow management or display of categories | ||
*'''''Add Category to Pages''''' | |||
*'''''Media Library Categories''''' | |||
* '''''Add Category to Pages''''' | *'''''Add Categories to Pages''''' | ||
* '''''Media Library Categories''''' | *'''List Categories, List Category Posts & GUI for List Category Posts''': Each of these Plugins displays Category Information about Posts, but so far haven't figured out how to make them do Images or Pages that are in Categories | ||
* '''''Add Categories to Pages''''' | *'''Display Posts''': This one allows for displaying Categories for Posts, Pages, and other custom fields (post, page, revision, attachment (AKA image or media), te_announcements). Post status can be publish, pending, draft, auto-draft, future, private, inherit, trash, any. It also appears to be case sensitive so use lower case. Wildcards (*) don't work. Categories can be found in the wp_terms Database Table. Documentation is here: https://displayposts.com/docs/parameters/#display-parameters In testing it seems to work fine for Media and Images, but for specialty plugins like Timeline Express that maintains separate categories, it doesn't work quite right. | ||
* '''List Categories, List Category Posts & GUI for List Category Posts''': Each of these Plugins displays Category Information about Posts, but so far haven't figured out how to make them do Images or Pages that are in Categories | |||
* '''Display Posts''': This one allows for displaying Categories for Posts, Pages, and other custom fields (post, page, revision, attachment (AKA image or media), te_announcements). Post status can be publish, pending, draft, auto-draft, future, private, inherit, trash, any | |||
===Image=== | ===Image=== | ||
Line 170: | Line 168: | ||
**** | **** | ||
**** | **** | ||
**Plugin for Image Contents or Index Page or List of Pages or SiteMap (human viewable) (by Category, Other Criteria, etc.): '''Display Posts''' | |||
***Table of Contents, this one does everything on a site, not just images: https://wordpress.org/plugins/easy-table-of-contents/ | |||
***Separate / Individual Indexes for different sized versions of the same image | |||
****Additional categories might be required to differentiate image sizes. | |||
***Possible Candidates: '''List Category Posts''',(no settings or GUI by default, but an additional Plugin '''GUI for List Category Posts''' is available, but lists Timeline Categories, not Posts Categories) '''Display Posts - Easy Lists, Grids, Navigation...''', List Categories needs some work, along with List Categories | |||
**Plugin that can change ALT information based on existing information (many plugins have this capability, but require buying the PRO version)??? | **Plugin that can change ALT information based on existing information (many plugins have this capability, but require buying the PRO version)??? | ||
***'''Auto Image Attributes''': Changes Attributes (ALT, etc.), based on File Name. Useful if there aren't any ALT entries for an image | ***'''Auto Image Attributes''': Changes Attributes (ALT, etc.), based on File Name. Useful if there aren't any ALT entries for an image | ||
Line 181: | Line 184: | ||
***'''Simple CSS''' (Under Appearance, Pages, Posts, Images, etc.): This adds a custom CSS Field to Images (does not work with Permalink URI) | ***'''Simple CSS''' (Under Appearance, Pages, Posts, Images, etc.): This adds a custom CSS Field to Images (does not work with Permalink URI) | ||
***<s>Simple Custom CSS is too simple (it's just a single field for the entire website)</s> | ***<s>Simple Custom CSS is too simple (it's just a single field for the entire website)</s> | ||
***<s>Custom CSS Pro is great for previewing what it will do to a website, but appears to apply site wide to everything | ***<s>Custom CSS Pro is great for previewing what it will do to a website, but appears to apply site wide to everything</s> | ||
**Plugin that will create a default ALT description if there isn't one??? | **Plugin that will create a default ALT description if there isn't one??? | ||
***This one does everything on a site, not just images: https://barn2.co.uk/wordpress-index-plugin/ | ***This one does everything on a site, not just images: https://barn2.co.uk/wordpress-index-plugin/ |