Single Post Widget

Single Post Widget

from 0$

Single Post Widget is a WP Plugin Package from the Open Source WP Plugins range Display single post from url on sidebar widget.

For more information about a tailored WP Plugin Package like Single Post Widget please contact us directly.

Display single post from url on sidebar widget.

This plugin maintained on GitHub.

Some features:

  • Display single post from url on sidebar widget.
  • You can customize HTML output.
  • You can customize default HTML template on your plugin.

filter hooks example

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';
    }
?>

Translators

Please contact to me.

  • http://wpist.me/ (en)
  • http://firegoby.jp/ (ja)
  • @miya0001 on twitter.
  • https://github.com/miya0001/single-post-widget

Contributors

Credits

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.

Contact

twitter @miya0001

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

Single Post Widget #15398

typePlugin
version0.4.0
descriptionDisplay single post from url on sidebar widget.