Display post from a selected category with post thumbnail.
Display post from a selected category with post thumbnail.
This plugin 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 to me.
Requires: 3.2 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-3
Downloads: 2,780
Got something to say? Need help?