problems with link parameters in markup templates
-
I want to get inside the img tag generated for each image in a gallery. I have tried using the link, link_url, and friends parameters in my markup template. The first problem is that the link substitution parameter generates the entire < a> tag with the img tag embedded. OK, So I was expecting the link_url parameter to give me the actual href part. However, this doesn’t work if I call the mla_gallery shortcode with a different mla_link_href argument, which itself contains a computed value based on a custom field;
I get [+query:mla_link_href+] generating
mla_link_href: /galleries/rml-content/{+custom:last_gallery_slug+}
when I call the shortcode with the same value.Could we at least get link_url to point to the right thing?
- The topic ‘problems with link parameters in markup templates’ is closed to new replies.