web/wp-content/plugins/related-posts-by-category/related_posts.php
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
112:fb7cd02b9848 123:561aa6d282f6
     4 Plugin URI: http://playground.ebiene.de/400/related-posts-by-category-the-wordpress-plugin-for-similar-posts/
     4 Plugin URI: http://playground.ebiene.de/400/related-posts-by-category-the-wordpress-plugin-for-similar-posts/
     5 Description: The WordPress Plugin for similar posts grouped by category. It's small. It's fast. Really.
     5 Description: The WordPress Plugin for similar posts grouped by category. It's small. It's fast. Really.
     6 Author: Sergej Müller
     6 Author: Sergej Müller
     7 Version: 0.4
     7 Version: 0.4
     8 Author URI: http://www.wpseo.org
     8 Author URI: http://www.wpseo.org
       
     9 // modified by samuel huron 20/01/01
     9 */
    10 */
    10 
    11 
    11 
    12 
    12 function related_posts_by_category($params, $post_id = 0) {
    13 function related_posts_by_category($params, $post_id = 0) {
    13 $entries = array();
    14 $entries = array();