Duplicate Posts, Pages and Custom Posts easily using single click
Display single post from url on sidebar widget.
Single Post Widget is a WordPress plugin that allows you to display a single post from a specified URL in a sidebar widget. It offers customisation options for the HTML output and the default HTML template used by the widget.
This plugin is suitable for users looking to enhance their sidebar with content from external posts. It is particularly useful for bloggers or website owners who want to promote specific articles or posts from other sources.
Best for: This plugin suits bloggers or website owners wanting to showcase specific posts in their sidebar.
What it does well
Where it falls short
Single Post Widget provides a straightforward way to display external posts, but its age and limited updates may be a concern for some users.
Takayuki Miyauchi's own description of Single Post Widget, lightly tidied.
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.
Other plugins for dating sites.
Duplicate Posts, Pages and Custom Posts easily using single click
HappyAddons packs Header Footer Builder, Megamenu, Single Post, Archive Page, & 500+ Ready Templates into...
Site metrics and social media analytics for Instagram, Facebook, YouTube, LinkedIn, X Twitter. The single best...
Disable admin notices and hide dashboard notifications from plugins, themes and core. Hide all notices, select...
Password protect WordPress pages and posts by user roles or with multiple passwords; protect your entire websi...
SAML SSO (Single Sign On) for WordPress Login with Okta, Entra ID/Azure AD, GSuite, Salesforce & All SAML...