I have the new metadata feature now nicely formatted. Thanks - a big improvement in the looks of my single image pages. Now I am trying to add a link to a video file for each species that. The links are to videos on my site of which there are only a few but eventually will expand to several hundred clips. I can easily add a link to the videos in Lightroom metadata as long as the chosen metadata field is a long text field. The “Caption” filed works well and I can easily place the link in the figcaption location on the single image page. However, there are two additonal steps I can not find the right way to do. They are:
- Display the figcaption as formatted text so the link is active (I can construct that caption to contain all the needed html tags, and even make it a full html fragment) but and the input string is still ouput as plain text. I believe this may be a function of how the data is stored and retrieved from the Backlight MySQL file but without login info I cannot log in to that file with MyMyAdmin to find how this field is set.
- Although I can display figcaption with the single image easily enough, I would actually like to display it AFTER the formatted metadata info. I can easily place text where I want it by using function single_bottom() in my-phplugins but with my very limited php skills I cannot seem to get the figcaption into this, or into an html fragment to be placed here.
If anyone can suggest how to best approach what is essentially simply moving the figcaption to single_bottom and echo/print it as html I would appreciate any pointers.