Possible to numerate / increment ID?
-
Hello. I have coded my client’s event page in such a way that selecting a category tab on the page shows only events from the tabbed category. This involves having multiple category shortcodes on the same page. Everything works great, but I’m running into a problem because every VSEL shortcode includes an element with the same ID: <div id=”vsel”>. Because I have 10 shortcodes on the same page, this ID is being used 10 times, which breaks HTML protocol (a specific ID can only be valid once on a page). Is there a way to have each one increment, for example: <div id=”vsel-1″> … <div id=”vsel-2″>, etc?
While it does currently function, having the duplicated ID is causing other problems. Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Possible to numerate / increment ID?’ is closed to new replies.