Hello,
Do you want a random sorter? Ex: to show random posts from the whole site?
the related posts articles are in this folder: http://screencast.com/t/VIB4HaZnoyQC
Hey Radu,
The similar articles shows similar articles correctly, but they do not change much. They do not show ‘older’ similar posts, they are only showing the ‘most recent’ similar posts.
So I guess basically expanding the similar posts so it grabs older similar posts and places them in that area would be great.
I hope im explaining it correctly,
Kris
Hey, I wanted to open this back up to see if there is any way possible to make the ‘Similar Articles’ at the bottom of a post randomize a bit more than it does. It seems to only grab the most recent ones and I want to have it randomize like it does in the widgets feature you offer. Possible? 🙂
*Also, what is the frequency of all of the other random posts? I haven’t seen many of my oldest posts in there at all 🙁
-
This reply was modified 12 years by
sbo.
Hi,
You can do it by adding this code 'orderby' => 'rand', to the td_module_blog.php file like this: http://screencast.com/t/OnRRUh5S
Thank you
Hi,
The code has not been changed to Similar articles feature, you have to do this the same as before
https://forum.tagdiv.com/topic/adjusting-posts-similar-articles-frequency/#post-14622
Thanks
Hi,
Just go to td_module_blog.php file add the code 'orderby' => 'rand‘ like this: http://screencast.com/t/OnRRUh5S
Thanks
This does not work. Im actually on a post from last year and the ‘Similar Posts’ are showing the most recent posts. When I refresh they don’t randomize either. Code placed http://screencast.com/t/iOMc8qUv.
Hi,
The “Similar articles” feature shows related posts that are in the same category, have the same tag or author, so if you are on a post from last year it will show post from the same category randomly.
I have tested it myself and works fine. Make sure you have set to sort similar article by category from Theme Panel > Post Settings http://screencast.com/t/90BC0wYjB
Thanks
Hi,
Here you can find now the related articles function and you can try to add the sort order – http://screencast.com/t/V3syUCoGj
'sort'=>'random_posts'
Thanks!
