I’m trying to create shortcode with a variable input that will call an html div.
I’d like for my blog users to be able to type the following
[card]variablename[/card]
and have this convert to the html code
<div class=”card”>variablename</div>
The end result would be what’s seen on this page