> Related Posts by Category wordpress plugin resources analysis

Related Posts by Category wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Related Posts by Category
Version 0.9.1
Author Sergej Müller
Rating 0
Last updated 2011-12-23 01:46:00
Downloads
74521
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Related Posts by Category 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%

Related Posts by Category plugin added 22 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.

Related Posts by Category plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Related Posts by Category plugin ads no tables to your Wordpress blog database.

Related Posts by Category lists similar posts within any post. As a search string the plugin does not use the title of the article nor weighs the content. In fact the category, which was assigned to the post, serves as the source of accordance.

Features

  • Categories exclude
  • Hook support
  • Very fast execution
  • No user interface required
  • Post thumbnail integration (WP 2.9 or older)
  • Quick query in only one sql statement
  • Quantity of results and further options are adjustable

Mode of operation

Just put <?php do_action('related_posts_by_category', args) ?> in your single.php template for display a list of similar posts.

Example

<ul>
  <?php do_action(
    'related_posts_by_category',
    array(
        'orderby' => 'RAND',
        'order' => 'DESC',
        'limit' => 5,
        'echo' => true,
        'before' => '<li>',
        'inside' => '&raquo; ',
        'outside' => '',
        'after' => '</li>',
        'rel' => 'nofollow',
        'type' => 'post',
        'image' => 'thumbnail',
        'message' => 'No matches'
      )
    ) ?>
</ul>

Please adjust the parameters accordingly.

Related Links

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
Zweig screenshot

Zweig

by: nithou

4899
100%
Greenigma screenshot

Greenigma

by: weblizar

5973
0%