Plugin Directory

Changeset 151162

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

Legend:

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

    r149771 r151162  
    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/trunk/readme.txt

    r149791 r151162  
    11=== Plugin Name ===
    2 Contributors: rmak78
     2Contributors: rmak78
    33Donate link: http://www.sutlej.net/downloads/best-related-posts/donate/
    44Tags: posts, images, links,related posts, related links, related post with thumbnail, links, thumbnails, linkbuilding, seo, Posts, link building
     
    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.