Found Image Posts from a Category Widget | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:

WP.Org

ReadMe

Support

Posts from a Category Widget

Released on October 4, 2011.

Displays post from a selected category with post thumbnail.

  • Description
  • Changelog
  • Installation


Displays post from a selected category with post thumbnail.

This plugin is maintained on GitHub.

Some features:

  • Displays post from a selected category with post thumbnail on sidebar widget.
  • You can customize HTML output.
  • You can customize default HTML template in your plugin.

filter hooks example

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

Translators

  • Japanese(ja) - Takayuki Miyauchi

Please contact me.

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

Contributors

  • Takayuki Miyauchi
  • Hosoya Takashi

1.1.1

  • Tested up to 1.1.1.

1.0.1

  • https://github.com/miya0001/posts-in-category-widget/compare/6526d94bb17129414ca675e047daf447ced1c4a4...1.0.1

0.9.1

  • use wp_enqueue_style() for load css
  • shortcode supoort

0.6.0

  • Bug fix.

0.4.0

  • Bug fix.

0.1.0

  • The first release.


  • A plugin installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plugin is made effective.


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string MSA0vq to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.