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';
});
Counters with brackets
Shows counters with brackets.