Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @pal2020,

    Hopefully once we get some more translations up and running, that should automatically be localized to the language you’re using on your website.

    For now you can localize it using this filter – https://aioseo.com/docs/aioseo_schema_breadcrumbs_home/

    Please add this to your theme’s functions.php file and replace “Home” with the proper word in your language –

    add_filter( 'aioseo_schema_breadcrumbs_home', 'aioseo_filter_schema_breadcrumbs_home' );
    
    function aioseo_filter_schema_breadcrumbs_home( $name ) {
       return 'Home';
    }

    – Arnaud

    Thread Starter pal2020

    (@pal2020)

    how i can prevent (Home) from appear ? i want categories name to appear not (Home)

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Can you post the URL of that page here so I can take a look?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumb markup, disappointed!’ is closed to new replies.