Closed. This question is off-topic. It is not currently accepting answers.
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this question
I have two same elements in visual composer page, I wanna add different custom id to this elements.
<div class="posts">
// code
</div>
<div class="posts">
// code
</div>