web/wp-content/plugins/related-posts-by-category/related_posts.php
branchwordpress
changeset 132 4d4862461b8d
parent 123 561aa6d282f6
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
     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
       
    10 */
     9 */
    11 
    10 
    12 
    11 
    13 function related_posts_by_category($params, $post_id = 0) {
    12 function related_posts_by_category($params, $post_id = 0) {
    14 $entries = array();
    13 $entries = array();