Plugin Directory

Changeset 1212488


Ignore:
Timestamp:
08/04/2015 11:25:17 AM (11 years ago)
Author:
darko.atanasovski
Message:

Bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-float-related-posts/trunk/RelatedPosts.php

    r1212484 r1212488  
    33Plugin Name: WP RelatedPosts
    44Description: Display related posts by taxonomy, and increasing your pageviews by user
    5 Version: 1.0.8
     5Version: 1.0.9
    66Author: Darko Atanasovski
    77Author URI: http://atanasovsky.wordperss.com
     
    7878        $relatedposts   = get_posts( $args );
    7979        $posts_num      = count( $relatedposts );
    80         if( is_single() && count( $tags ) > 0 )
     80        if( is_single() )
    8181        {   
    8282            if( get_option('rp-show-random') == 1 && $posts_num < 3 )
Note: See TracChangeset for help on using the changeset viewer.