Comments Fernando started the conversationSeptember 4, 2017 at 2:28pmHello !, about related posts (single-default.php): How can I make them random? I do not want to always show the last posts 895TheFox repliedSeptember 5, 2017 at 1:24amHello Fernando, thanks for purchasing Thefox!Go to single-default.php and remove the line 500 ( 'post__in' => $related, ) and changeorderby from post__in to :randthis should do the trick.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Fernando repliedSeptember 7, 2017 at 11:27pmThank you very much for the reply :). I made the requested changes but it does not work. Will I be doing something wrong ?:global $post; $current_post = array($post->ID);$related = get_related_tag_posts_ids( $post->ID, 5 ); $query = new WP_Query(); $i = 0; $query->query(array( 'post_type' => 'Post', 'posts_per_page' => '8', 'rand' => 'post__in', 'post__not_in' => $current_post, 'no_found_rows' => true, // no need for pagination 895TheFox repliedSeptember 8, 2017 at 1:06amHello Fernando,I am sorry our team gave you bad advice.If you want to show all the posts and not only related posts then removethe line'rand' => 'post__in',and replace it by'orderby' => 'rand',This will do the trick!Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme 1 LikeFernando repliedSeptember 8, 2017 at 1:19amIt works very well!. Thank you very much for the help.I am a happy man :) 895TheFox repliedSeptember 8, 2017 at 1:25amHi again,You're welcome, glad to have been able to help you and sorry for the wrong code we gave you first.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme 1 Like Sign in to reply ...
Hello !, about related posts (single-default.php):
How can I make them random?
I do not want to always show the last posts
Hello Fernando, thanks for purchasing Thefox!
Go to single-default.php and remove the line
500 ( 'post__in' => $related, ) and change
orderby from post__in to :
rand
this should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you very much for the reply :). I made the requested changes but it does not work. Will I be doing something wrong ?:
global $post;
$current_post = array($post->ID);
$related = get_related_tag_posts_ids( $post->ID, 5 );
$query = new WP_Query();
$i = 0;
$query->query(array(
'post_type' => 'Post',
'posts_per_page' => '8',
'rand' => 'post__in',
'post__not_in' => $current_post,
'no_found_rows' => true, // no need for pagination
Hello Fernando,
I am sorry our team gave you bad advice.
If you want to show all the posts and not only related posts then remove
the line
'rand' => 'post__in',
and replace it by
'orderby' => 'rand',
This will do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
It works very well!. Thank you very much for the help.
I am a happy man :)
Hi again,
You're welcome, glad to have been able to help you and sorry for the wrong code we gave you first.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme