Plugin Directory

Changeset 151163

Timestamp:
09/01/2009 04:24:41 PM (15 years ago)
Author:
rmak78
Message:
 
Location:
best-related-posts/tags/1.0.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • best-related-posts/tags/1.0.3/plugin.php

    r149771 r151163  
    44Plugin URI: http://www.sutlej.net/downloads/best-related-posts/
    55Description: Shows related posts with thumbnails. Allows you to design your own layout using simple interface.
    6 Version: 1.0.3
     6Version: 1.0.
    77Author: R. MAK.
    88Author URI: http://www.sutlej.net/
     
    7575    $terms . ' ' . $terms2 . "') and post_date<='" . $now . "'" .
    7676    ' and post_status in (\'publish\') and id!=' . $post->ID .
    77     ' order by score desc limit ' . $max;
     77    ' order by score desc limit ' . $max;
    7878
    7979    return $wpdb->get_results($query);
  • best-related-posts/tags/1.0.3/readme.txt

    r149771 r151163  
    55Requires at least: 2.3
    66Tested up to: 2.8.4
    7 Stable tag: 1.0.3
     7Stable tag:
    88
    99Shows related posts with thumbnails. Allows you to design your own layout using simple interface. Good for SEO and reducing bounce rate.
     
    5151= 1.0.3 =
    5252*fixed instal issues including file location problems
     53
     54
    5355
    5456
Note: See TracChangeset for help on using the changeset viewer.