Product tag breadcrumb issue

Home Page Forums Porto | Multi-Purpose & WooCommerce Theme Product tag breadcrumb issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #883
    Lodrigo Jan
    Participant
        Expired

        Hello.
        I am a contributor of Porto WordPress Theme.

        Please add a new function(porto_custom_breadcrumb) to the apply_filter hook – ‘porto_breadcrumbs’.
        Next, you should copy the content of the porto_breadcrumbs function to porto_custom_breadcrumb function and edit the code you want to override.

        Please try the below code.

        add_filter( 'porto_breadcrumbs', 'porto_custom_breadcrumb' );
        function porto_custom_breadcrumb( $output ) {
        /** Code of Porto_breadcrumbs function **/
        $output .= sprintf( "<li>" . esc_html__( "Product Tag", "porto" ) . " - %s</li>", $html );=>
        $output .= sprintf( "<li>" . esc_html__( "Product Tag", "porto" ) . '%s'</li>', $html );
        /** Code of Porto_breadcrumbs function **/
        return $output;
        }
        
        • This reply was modified 3 years, 1 month ago by Lodrigo Jan.
        • This reply was modified 3 years, 1 month ago by Lodrigo Jan.
        • This reply was modified 3 years, 1 month ago by Alex.
        • This reply was modified 3 years, 1 month ago by Alex.
        • This reply was modified 3 years, 1 month ago by Alex.
        Attachments:
        You must be logged in to view attached files.
        #892
        Alex
        Keymaster
            Expired

            Hello. @Mariano
            Sorry for the late reply.

            With the lodrigo’s reply, I have already fixed your issue on your site.
            Please verify your site.

            Sorry again.
            Best Regards.

            #921
            marianogi
            Participant
                Expired

                Thank you very much, it worked great!

              Viewing 3 posts - 1 through 3 (of 3 total)
              • The topic ‘Product tag breadcrumb issue’ is closed to new replies.
              Customize Icon
              Need Customization? We specialize in delivering high-quality web and mobile design/development services to our clientele. Should you require customization services, please do not hesitate to reach out to us at your convenience.