Héctor Cabrera
Héctor Cabrera
Hi there! > It would be useful to have the ability to override totally the HTML markup generated by the widget This is already possible :) Check this [FAQ](https://github.com/cabrerahector/wordpress-popular-posts/wiki/5.-FAQ#how-can-i-use-my-own-html-markup-with-your-plugin) for...
> I saw that the HTML can be customized thought the backend panel Not only through the backend panel, but also via [WordPress filter hooks](https://github.com/cabrerahector/wordpress-popular-posts/wiki/3.-Filters). > however a template gives...
Since you mentioned other plugins use templates, a link could help. I'd like to avoid reinventing the wheel if there's already a "standard" way to do it. > I know...
Hi @Jany-M! > I would like to add, that the example on the WPP Filters Page, for the filter wpp_custom_html, doesnt actually work. > Could you please update with a...
Idea from @flyjam at wordpress.org ([link](https://wordpress.org/support/topic/custom-templates-option)): have the plugin detect the presence of custom templates and allow the user pick the one they wish to use with the widget via...
Hi @jamaa, This is an issue with the widget itself. The shortcode doesn't output empty `` tags. Since you're using the Block editor on your website (a.k.a. Gutenberg), try using...
Couldn't say. The theme is a paid one so I can't test it unless I buy it (which I won't since I don't plan to use it haha). One quick...
Oh, you're right! I was able to reproduce that with just the shortcode and the Twenty Twenty One theme. How odd. But yeah, it's not the shortcode, it's WordPress doing...
Alright, so apparently the Block based editor doesn't handle shortcodes very well at the time of writing (current WordPress version is 5.8.1). Here's what I did: 1. Added the shortcode...
This would also allow us to use stuff like [currentScript](https://stackoverflow.com/a/71075719/9131961).