icon-bread-home

  • Author
    Posts
  • #59447

    <nav id=”breadcrumbs-nav” itemprop=”breadcrumb”><i class=”icon-bread-home”></i><span class=”screen-reader-text”>Home</span><i class=”icon-bread-arrow”></i> <span class=”current”>Account</span></nav>

    how do I change the title “Home” to the name of my landing page? My actual Home is another page outside wordpress and I have a custom link in main menu for that.
    Also will need to change it for the screen reader text.
    it links just fine to my landing page for within the theme pages so that does not need changing.
    It seems to be in #breadcrumbs-container

    what I would like it to be…

    <nav id=”breadcrumbs-nav” itemprop=”breadcrumb”><i class=”icon-bread-home”></i><span class=”screen-reader-text”>The Journey</span><i class=”icon-bread-arrow”></i> <span class=”current”>Account</span></nav>

    Website: no%20up%20yet,

    #59707
    Zed
    Cryout Creations mastermind

    If you want to customize how the breadcrumbs work you need to copy the cryout_breadcrumbs() function from cryout/prototypes.php to your child theme’s functions.php and customize it there.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘icon-bread-home’ is closed to new replies.