>
Download This Plugin | |
Download Elegant Themes | |
Name | Random Related Posts Based on Category |
Version | 1.0.2 |
Author | Tristar Web Design |
Rating | 0 |
Last updated | 2011-01-10 10:48:00 |
Downloads |
3255
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Random Related Posts Based on Category plugin added 4 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Random Related Posts Based on Category plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Random Related Posts Based on Category plugin ads no tables to your Wordpress blog database.This plugin allows you to list any number of related posts from the same category as the current post. You can also randomise these results. It is very lightweight, at only 3KB.
There are a number of options available:
To display the random related posts in its simplest form, simply place the following code in your single.php file - <?php relatedPosts(); ?>
.
To edit the options availble, use the following codes:
<?php relatedPosts(
$ppp = 4,
$rand = true,
$rPinctitle = true,
$rPtitletag = 'h3',
$rPtitle = 'Related Posts',
$rPulclass = 'related_posts',
$orderby = 'title',
$order = 'ASC'
); ?>
Where: