Joel-James / lazy-load-for-comments

Lazy load WordPress default commenting system.
https://wordpress.org/plugins/lazy-load-for-comments/
GNU General Public License v3.0
20 stars 6 forks source link

Allow llc-comments.php template to be loaded in theme folder #7

Closed renatonascalves closed 7 years ago

renatonascalves commented 7 years ago

In this way, theme authors can style and add markup if needed without the need to change the plugin file.

Joel-James commented 7 years ago

@renatonascalves I think the more elegant way is to use filters instead of moving it to the theme folder. Also, we have custom classes for each element in our template, to make styling much easier.

renatonascalves commented 7 years ago

I disagree! I use BuddyPress and bbPress on my site and if both were to use filters, it would be almost impossible to style however ones want.

Joel-James commented 7 years ago

Pull requests are always welcome :octocat: