Shortcodes not working inside
-
Hi there,
I’m having trouble using CCS shortcodes inside of any kind of HTML tag. The shortcodes work as expected outside of the tag, and then as soon as I wrap them in a tag (href, style, etc.), they stop working.
Here’s the full code of what I’m trying to do –
[for each=category parents=true exclude=uncategorized count=5] <div class="category-box"> <div class="category-image"> <a href='[each url]'> [each field image=thumbnail_image] </a> </div> <div class="category-name">[each link]</div> </div> [/for]
[each url] works great outside the href tag, but once inside, it stops rendering. Any ideas? Thanks!!
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Shortcodes not working inside’ is closed to new replies.