cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
281 stars 83 forks source link

Remove comma between categories #165

Closed shelleyphant closed 5 years ago

shelleyphant commented 6 years ago

Hi,

Is it possible to add some functionality to change the separator between category links? I'd like to have nothing between them, but it may also be useful to have the option of different characters to separate them.

cabrerahector commented 6 years ago

Hi @shelleyphant,

Sorry for taking so long to reply back.

Thanks for the suggestion! Off the top of my head I think this could be easily solved via a new filter hook (eg. wpp_taxonomy_separator or something like that). I'll think about it and if it gets implemented I'll make sure to leave a comment here.