• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Change the breadcrumbs to spanish

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Internationalization and Translations › Change the breadcrumbs to spanish

This topic is: resolved
  • This topic has 2 replies, 2 voices, and was last updated 10 years ago by Guillermina.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 28, 2012 at 11:08 am #7903
    Guillermina
    Member

    Hello!
    how to change the breadcrumbs on my site for another language, for example: It has (You are here: Home / Analizando mi negocio para ganar más) and I want to change it (Tu estas aquí: Inicio/Analizando mi negocio para ganar más)

    December 28, 2012 at 4:52 pm #8023
    ryandonsullivan
    Member

    Hi Guillermina,

    Pasting this into your functions.php file should do the trick:


    add_filter( 'genesis_breadcrumb_args', 'child_breadcrumb_args' );
    /**
    * Amend breadcrumb arguments.
    *
    * @author Gary Jones
    *
    * @param array $args Default breadcrumb arguments
    * @return array Amended breadcrumb arguments
    */
    function child_breadcrumb_args( $args ) {
    $args['home'] = 'Inicio';
    $args['labels']['prefix'] = 'Tu estas aquí: ';
    return $args;
    }

    January 9, 2013 at 1:22 pm #10753
    Guillermina
    Member

    Thanks for help me.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the breadcrumbs to spanish’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble