Field-level markup parameters with links
-
I have set up my own markup in order to display my gallery, with the list of terms under each thumbnail. Currently, it looks like that : see screencopy, but I would like to add links to the corresponding archive page for each taxonomy/term.
I have coded it that way:
<[+itemtag+] class='gallery-item [+last_in_row+]'> <[+icontag+] class='gallery-icon [+orientation+]'> [+link+] </[+icontag+]> <[+captiontag+] class='wp-caption-text gallery-caption'> [+title+] </[+captiontag+]> <table class='taxonomie'> <tr><td class='label'>Référence : </td><td>[+custom:pic_ref+]</td></tr> [+template:(<tr><td class='label'>Collection : </td><td>[+terms:post_tag+]</td></tr>|)+] [+template:(<tr><td class='label'>Sujet : </td><td>[+terms:category+]</td></tr>|)+] [+template:(<tr><td class='label'>Lieu : </td><td>[+terms:lieu+]</td></tr>|)+] [+template:(<tr><td class='label'>Mots-clés : </td><td>[+terms:tag_perso+]</td></tr>|)+] [+template:(<tr><td class='label'>Cadrage : </td><td>[+terms:cadrage+]</td></tr>|)+] [+template:(<tr><td class='label'>Format : </td><td>[+terms:pic_format+]</td></tr>|)+] [+template:(<tr><td class='label'>Traitement : </td><td>[+terms:traitement+]</td></tr>|)+] </table> </[+itemtag+]>
but I didn’t find how to add the links.
Could you give me some hint?
Thanks for helping.https://www.ads-software.com/plugins/media-library-assistant/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Field-level markup parameters with links’ is closed to new replies.