>
Download This Plugin | |
Download Elegant Themes | |
Name | Posts from a Category Widget |
Version | 1.1.0 |
Author | Takayuki Miyauchi |
Rating | 100 |
Last updated | 2015-02-03 04:42:00 |
Downloads |
9965
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Posts from a Category Widget plugin added 725 bytes of resources to the Home page and 710 bytes of resources to the sample Post page.
Posts from a Category Widget plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Posts from a Category Widget plugin ads no tables to your Wordpress blog database.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.