Cannot show random posts
-
Hello, random posts are never shown because the current article always finds itself as a related article (I’m using tags).
So I had to change line 211 of yuzo_related_post.php:
if( $wp_query->post_count != 0 ){ // if have result in loop post
in
if( $wp_query->post_count > 1 ){ // if have result in loop post
Do I miss something? Can I achieve the same result without modifying your plugin?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot show random posts’ is closed to new replies.