salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
183 stars 63 forks source link

Add tag clouds and post counts using .badge class #176

Open salcode opened 6 years ago

salcode commented 6 years ago

@atcraigwatson is adding styles for tag clouds and post counts using the .badge class in his fork

screenshot 2018-02-20 12 57 46

These are being added with str_replace(). Using str_replace() always seems a little brittle to me so I am hesitant about adding this, though it does look sharp (and str_replace() may be the only way or at least the cleanest way to get this styling in place).

This is definitely worth more investigation.