Counters in brackets

You can force the counters to be displayed in brackets. To do so, add this PHP snippet:

add_filter('fibofilters/config/counter_format', function (){
    return 'brackets';
});

Learn how to add this snippet to your WordPress.

Counters with brackets
Shows counters with brackets.