Creating HREF from multiple field values
-
Hi,
And thanks for the great work on the plugin. It has been fantastic to work with. I am new to all of these so apologies for the newbie question. I am trying to pull some values from a single field and create HREF with them. I saw your example with using wrapper with multiple images and I am wondering if it is possible to do so with URLs. For example:
[apr field="Features|Name" glue='<br>' wrapper='<a href='/category/%s' class="btn btn-information" role="button">%s</a> />']I have been able to do this with a a field that has a sing value such as:
<a href='/category/[apr field="Category|Name"]' class="btn btn-information" role="button">[apr field="Category|Name"]</a>But can’t seem to be able to do so for multiple variables.
Can anyone help with this? Thanks
The topic ‘Creating HREF from multiple field values’ is closed to new replies.