> Posts from a Category Widget wordpress plugin resources analysis

Posts from a Category Widget wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Posts from a Category Widget
Version 1.1.0
Author Takayuki Miyauchi
Rating 100
Last updated 2015-02-03 04:42:00
Downloads
9965
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Posts from a Category Widget plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Posts from a Category Widget plugin added 725 bytes of resources to the Home page and 710 bytes of resources to the sample Post page.

Posts from a Category Widget plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Posts from a Category Widget plugin ads no tables to your Wordpress blog database.

Display post from a selected category with post thumbnail.

This plugin maintained on GitHub.

Some features:

  • Display post from a selected category with post thumbnail 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("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

Please contact to me.

Contributors

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
bbv1 screenshot

bbv1

by: dejumoshi

10062
0%
Oulipo screenshot

Oulipo

by: pnts

108317
0%