Home Forums WoodMart support forum products by load more

products by load more

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #359886

    [email protected]
    Participant

    We need to deactivate this new function, please from our theme.
    IMPROVED: After loading products by load more button breadcrumbs also change to the current page. (Video)

    #359975

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_load_more_button_page_url', '__return_false' );

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)