This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
sliwek
Hi. I'm doing a list, where every item is an variable. I was thinking to put every item static link, but i need to make it based on <li>
content. Here is example what i would like to achieve:
<ul class="meta-frame col-12">
<a href="link1"><li class="col-12 x y z">Link1</li></a>
<a href="link2"><li class="col-12 x y z">Link2</li></a>
</ul>
But ofc I'd like to make <a href=""></a>
variable based on content of <li>
Is there some easy way to do it ?
Thanks in advance
Last updated
1-1 of 1