Viewing 1 replies (of 1 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following code to the bottom of your theme’s functions.php file,

    function aiovg_custom_back_to_categories_link( $link ) {
        return '';
    }
    add_filter( 'aiovg_back_to_categories_link', 'aiovg_custom_back_to_categories_link' );

    Hope this solved your issue!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Crumbs’ is closed to new replies.