WordPress Image Control: Difference between revisions
m →Plugins |
m →Plugins |
||
Line 61: | Line 61: | ||
*****If the redirect for an Image Attachment Permalink includes a "hash" ( # ) to scroll to a specific location on a page, the format is: <nowiki>https://WhatEverWebSite/WhatEverPage/#WhatEverLocation</nowiki> (WordPress manipulates the URL from the "classic" HTML where it is: <nowiki>https://WhatEverWebSite/WhatEverPage#WhatEverLocation</nowiki> (with no forward slash ( / )) | *****If the redirect for an Image Attachment Permalink includes a "hash" ( # ) to scroll to a specific location on a page, the format is: <nowiki>https://WhatEverWebSite/WhatEverPage/#WhatEverLocation</nowiki> (WordPress manipulates the URL from the "classic" HTML where it is: <nowiki>https://WhatEverWebSite/WhatEverPage#WhatEverLocation</nowiki> (with no forward slash ( / )) | ||
****...and from there, and Image could be opened in a lightbox, etc. | ****...and from there, and Image could be opened in a lightbox, etc. | ||
****Yoast and other SEO tools can do this, but it also removes the tools ability to create an indexes from images. | |||
***For Plugins like Timeline Express that have delayed rendering which affect Fragment Location / Anchor scrolling, additional steps have to be taken. | ***For Plugins like Timeline Express that have delayed rendering which affect Fragment Location / Anchor scrolling, additional steps have to be taken. | ||
****To redirect Image Permalinks to specific Pages, start with the step from above; | ****To redirect Image Permalinks to specific Pages, start with the step from above; | ||
Line 86: | Line 87: | ||
</script> | </script> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*** | **** | ||
* | |||
**** | **** | ||
**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)??? |