Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hello Avengers,

    Thank you for noticing us. We do really appreciate your help.

    You can go to wp-content/themes/<your-theme-folder> and add this following code to functions.php

    add_filter( 'dwqa_prepare_archive_posts', 'dwqa_sort_question_recently' );
    function dwqa_sort_question_recently( $args ) {
     $args['orderby'] = 'id';
     return $args;
    }
    

    If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.

    From everyone at DesignWall,
    [Signature removed by moderator per forum rules.]

Viewing 1 replies (of 1 total)
  • The topic ‘Default Sort by recent on Archive Page’ is closed to new replies.