Related posts not working when i use wpDiscuz plugin. Then comments closed in post – Related posts is working. For example: https://design-davydova.ru/kak-izbavitsja-ot-otekov/
Is this ajax conflict? How can i fix this?
]]>The order in which related posts are shown is random, which is defined in includes/class-at-related-posts.php by ‘orderby’ => ‘rand’
I’ve changed the order to date + descending:
‘orderby’ => ‘date’,
‘order’ => ‘DESC’
It does the job, but is there a smarter way to adjust this? If the plugin is being updated, my change(s) will be overwritten.