Viewing 4 replies - 1 through 4 (of 4 total)
  • +1 on this

    I have the same problem where the plugin automatically add the words “Page 1” on the end of the breadcrumb on an individual product page.

    Besides this it’s a great plugin. If this can be fixed it’ll perfect!

    the_cats_paw

    (@the_cats_paw)

    Same for me. Has anyone found a solution yet?

    Hi, I solved this problem like this;

    Find this line

    if ( is_archive() || is_post_type_archive() || !$is_product_query )

    And change it to

    if ( is_archive() || is_post_type_archive() || !is_singular( 'product' ) || !$is_product_query)

    Thank you! Works perfectly.

    Also, I contacted the developer about a week ago and he promised to include the fix in the newest version which should be available in the nearest future.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination in product breadcrum’ is closed to new replies.