Display single post from url on sidebar widget.
As of April 2026, Single Post Widget is a WordPress widget plugin with 200 active installations and a 0/5 rating0. It has been downloaded 7.4K+ times in total. Requires WordPress 3.2+ and PHP false+. Available on WordPress.org since 2011. Last updated 13 years ago — may have compatibility concerns. Top alternative: Widgets for Google Reviews.
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.
| WordPress | 3.2+ requiredTested up to 3.5.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.