Popular Search Terms WordPress ThemesPluginWeb Design

Throughout the theme’s demo you will see several examples of animated counters which aid you display important stats about your business. These are very simple to setup, so lets begin by taking a look at the typical markup used to handle these elements.

<span class="counter">5048</span>

So, as you can see its pretty simple. We basically take the number we wish to count to and wrap it in a span with the class “counter” and the theme does the rest. Please note you can easily place this counter inside other text or even within ‘h’ tags to control its styling if you wish, like this

<h2><span class="counter">5048</span></h2>

This feature used the asesome CounterUp script – for details and for more advanced examples, please see the plugins repository.