Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DesignWall

    (@designwall)

    HiTomas Cirkl,

    Thanks for writing in.

    You can add this code below to wp-content/themes/your-theme-folder/functions.php:

    add_filter( 'dwqa_prepare_answers', 'dwqa_theme_order_answer_vote' );
    function dwqa_theme_order_answer_vote( $args ) {
    	$args['orderby'] = 'meta_value_num id';
    	$args['meta_key'] = '_dwqa_votes';
    	$args['order']	= 'DESC';
    
    	return $args;
    }
    
    Thread Starter Tomas Cirkl

    (@tomascirkl)

    Hi, thank you for your code, but it does not work.

    When I try it it hide several answers.

    For example I have this question https://www.ou-tuchlovice.cz/question/odpadove-hospodarstvi-obce where is 21 replies.

    When I add your code it will show only 3 replies.

    Any idea why this is happening? Thank you.

    Plugin Author DesignWall

    (@designwall)

    Hi,

    Thanks for your reply. Please leave your email down here. We’ll reach you via email for a further assistance.

    Warm Regards.

    Plugin Author DesignWall

    (@designwall)

    Or you can reach us at [email protected]. We’ll help you to fix it.

    Thread Starter Tomas Cirkl

    (@tomascirkl)

    OK, email send. Thank you.

    Plugin Author DesignWall

    (@designwall)

    Hi Tomas Cirkl,

    Thanks for reaching us at [email protected]. Please check your email.

    Warm Regards.

    Hi there, I am trying to sort answers by most recent first as well. I added this code above and there is no change in sorting.

    Can you please help? I have the Pro version.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change order of answers’ is closed to new replies.