I'm using a shortcode in Wordpress that only gives me the ability to enter the following attributes:
<a href="#anatomia" target="_self" class="dt-sc-button small">Inscreva</a>
<a href="#anatomia" target="_self" class="dt-sc-button small">Saiba mais</a>
I would then like to get the href
attribute and insert it as the element ID. Since I can have more than one element (7 to start), I thought I'd put it inside a foreach
to repeat that for all the elements.
Another thing ... I thought about using the dt-sc-button
class to restrict the application to these elements.