Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Product tag breadcrumb issue #883
    Lodrigo Jan
    Participant

        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 2 years, 4 months ago by Lodrigo Jan.
        • This reply was modified 2 years, 4 months ago by Lodrigo Jan.
        • This reply was modified 2 years, 4 months ago by Alex.
        • This reply was modified 2 years, 4 months ago by Alex.
        • This reply was modified 2 years, 4 months ago by Alex.
        Attachments:
        You must be logged in to view attached files.
        in reply to: How to change breadcrumb background image. #781
        Lodrigo Jan
        Participant

            Thanks for your reply.

            Can you please elaborate how to disable FSE mode.

          Viewing 2 posts - 1 through 2 (of 2 total)
          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.