Display single post from url on sidebar widget.
Display single post from url on sidebar widget.
This plugin maintained on GitHub.
Filter for default template.
<?php add_filter("single-post-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("single-post-widget-stylesheet", "my_style"); function my_style($url) { return 'http://example.com/path/to/style.css'; } ?>
Please contact to me.
This plug-in is not guaranteed though the user of WordPress can freely use this plug-in free of charge regardless of the purpose.
The author must acknowledge the thing that the operation guarantee and the support in this plug-in use are not done at all beforehand.
twitter @miya0001
wp-content/plugins
.