Thanks for a quick reply!
I know that you may use a custom template for the image loop. I’m using it to add number of likes and comments.
I also know that you can target the link via targeting the anchor inside paragraph. But it looks like going from New York to Los Angeles via Paris.
I’m using SASS and there’s no easy mixin for a btn
in Bootstrap. You may extend
but it will result in extra code.
In general your filter is called wpiw_link_class
, not wpiw_clear_class
or wpiw_paragraph_class
, so I think it would be much more convenient to add the class to <a>
rather than <p>
.
Moreover there’s a mixin for clearfix
in Bootstrap ??
I would submit a pull request, but I’m a git newbie.
Would be more than happy if you could change the filter or add a new one.
Thanks a lot for the great plugin anyway!