Displays post from a selected category with post thumbnail.
Displays post from a selected category with post thumbnail.
This plugin is maintained on GitHub.
Filter for default template.
<?php add_filter("posts-in-category-widget-template", "my_template"); function my_template($template) { return '<div class="%class%"><a href="%post_url%">%post_thumb%</a></div>'; } ?>
Filter for stylesheet URI.
<?php add_filter("posts-in-category-widget-stylesheet", "my_style"); function my_style($url) { return 'http://example.com/path/to/style.css'; } ?>
Please contact me.
This plugin is not guaranteed though the user of WordPress can freely use this plugin free of charge regardless of the purpose.
The author must acknowledge the thing that the operation guarantee and the support in this plugin use are not done at all beforehand.
twitter @miya0001
wp-content/plugins
.