We have been using echo_crp to position Contextual Related Posts in the posts and pages by inserting the following code into the content-single.php and content-page.php files in the child theme:
/var/www/focusingonwildlife.com/news/wp-content/themes/sparkling-child/template-parts
<?php if ( function_exists( ‘echo_crp’ ) ) { echo_crp(); } ?><br />
However the WPDiscuz Comments are positioned below the Contextual Related Posts. i.e. the comments are at the very bottom of the post. This disconnect between the post and the comments is not ideal, and readers probably forget to post comments if they get side-tracked by the Related Posts.
So the question is how can we move WPDiscuz Comments above Contextual Related Posts?
Your instructions were followed but without success (see attached screenshot).
Is there anything else we can try?
There is another file in the theme – comments.php – which You can access and/or download on the link:
https://drive.google.com/file/d/1-DGrbvoiPJld8a9Y5nEzz5PSnrtENaH5/view
Could changes to this file enable us to position CRP below WPDiscuz Comments?