Changeset 1212472
- Timestamp:
- 08/04/2015 10:57:09 AM (11 years ago)
- File:
-
- 1 edited
-
wp-float-related-posts/trunk/RelatedPosts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-float-related-posts/trunk/RelatedPosts.php
r1212456 r1212472 3 3 Plugin Name: WP RelatedPosts 4 4 Description: Display related posts by taxonomy, and increasing your pageviews by user 5 Version: 1.0. 65 Version: 1.0.7 6 6 Author: Darko Atanasovski 7 7 Author URI: http://atanasovsky.wordperss.com … … 80 80 if( is_single() && count( $tags ) > 0 ) 81 81 { 82 if( get_option('rp-show-random') == 1 && $posts_num < 3 && $posts_num > 0 )82 if( get_option('rp-show-random') == 1 && $posts_num < 3 && $posts_num >= 0 ) 83 83 { 84 84 $excluded_ids = array($post->ID);
Note: See TracChangeset
for help on using the changeset viewer.