Breadcrumbs Plugin on pages

Discussion in 'Infoway WordPress Theme' started by designprosmedia, Apr 3, 2013.

  1. designprosmedia

    designprosmedia Guest

    Joined:
    Mar 21, 2013
    Messages:
    5
    Likes Received:
    0
    I've tried 3 different breadcrumbs plugins but none work. How do I add breadcrumbs to pages?


    --------------------------------------------------------

    You can try Really Simple Breadcrumb plugin for this issue.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/extend/plugins/really-simple-breadcrumb/installation/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. designprosmedia

    designprosmedia Guest

    Joined:
    Mar 21, 2013
    Messages:
    5
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Download Breadcrumb NavXT plugin from WordPress.org
    http://wordpress.org/extend/plugins/breadcrumb-navxt/

    and install it.

    Now,
    go to header.php present in your theme directory and add the code given below

    Code:
    <div class="breadcrumbs">
        <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }?>
    </div>

    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  5. designprosmedia

    designprosmedia Guest

    Joined:
    Mar 21, 2013
    Messages:
    5
    Likes Received:
    0
    This worked, thank you. Is it possible to replace the page title with this breadcrumbs trail?
     
  6. nkatz

    nkatz New Member

    Joined:
    Aug 5, 2014
    Messages:
    7
    Likes Received:
    0
    Very old thread, I know, but.......

    If we add this code to the header.php file, won't it get overwritten any time the theme is updated? Is there a better way? Some way to add breadcrumbs so that they'll still be there when the theme is updated?
     
  7. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Yes, while updating the theme you will lose your source code customization...

    So to prevent this, you can prefer a child theme...

    Child themes are often used when you want to customize or tweak an existing WordPress theme without losing the ability to upgrade that theme..

    For more information about the child theme, you can go through below link..

    http://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/

    Hope you will understand..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page