• Resolved leilaaan

    (@leilaaan)


    hi. I want have deference pagination for review tab with wordpress comment setting.
    I use below code,this code just show 5 comment and not show a link for other comment.

    function woocommerce_product_review_list_args_mod($args){
      $args['per_page'] = 5;
      return $args;
    }
    add_filter( 'woocommerce_product_review_list_args', 'woocommerce_product_review_list_args_mod' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you try:
    Dashboard > Settings > Discussion > set “Break comments into pages”.

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pagination in review tab’ is closed to new replies.