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.4 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-2
Downloads: 6,064
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?