• 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

Removing "Home" from Breadcrumbs

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 › Archived Forums › Design Tips and Tricks › Removing "Home" from Breadcrumbs

This topic is: not resolved

Tagged: breadcrumbs, modern portfolio

  • This topic has 4 replies, 3 voices, and was last updated 11 years, 5 months ago by Tony @ AlphaBlossom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • August 17, 2014 at 7:52 pm #119439
    suburbanite
    Member

    I would like to remove the "Home" link from my breadcrumbs. For instance, right now, it says:

    Home / Portfolio / Branding / Branding Portfolio Item 3

    I think "Home" is redundant, so I'd like to remove it. How do I do this?

    http://www.angelawdesign.com
    August 17, 2014 at 8:51 pm #119444
    Genesis Developer
    Member

    Add the following code in your functions.php file

    add_filter('genesis_breadcrumb_args', 'custom_breadcrumb_args');
    function custom_breadcrumb_args($args) {
       $args['home'] = '';
       return $args;
    }

    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    August 17, 2014 at 9:08 pm #119447
    Tony @ AlphaBlossom
    Member

    Hi genwrock,

    I hope you don't mind me jumping in...if I'm not mistaken, "genesis_breadcrumb_args" will remove the home text, but the home markup and opening "/" will remain.

    You have to use the "genesis_home_crumb" filter to completely remove this:

    
    // Remove "Home" text and markup from breadcrumbs
    add_filter ( 'genesis_home_crumb', 'youruniqueprefix_breadcrumb_home_link' ); // Genesis >= 1.5
    function youruniqueprefix_breadcrumb_home_link( $crumb ) {
         $crumb = '';
         return $crumb;
    }
    

    Hope that helps.

    Tony


    Tony Eppright | http://www.AlphaBlossom.com | Follow me on twitter @_alphablossom

    August 18, 2014 at 5:28 am #119507
    suburbanite
    Member

    Thank you Tony, yes I had already tried the breadcrumb_args code and it wasn't working for me. This worked perfectly, thanks!

    August 18, 2014 at 11:43 am #119562
    Tony @ AlphaBlossom
    Member

    Awesome, glad I could help!


    Tony Eppright | http://www.AlphaBlossom.com | Follow me on twitter @_alphablossom

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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