• Resolved Gosho

    (@zmeikorifei)


    Hey guys,

    Wondering if there’s an easy way to add custom counter after each of my sidebar widgets?

    For example, I’d like to render something like:

    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-1"></div>
    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-2"></div>
    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-3"></div>
    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-1"></div>
    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-2"></div>
    <div class="widget">
        <!-- The Widget -->
    </div><div class="separator-3"></div>

    and so on…

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add custom counter after each sidebar widget?’ is closed to new replies.