Breadcrumbs

Discussion in 'BlackBird WordPress Theme' started by gzettas, Oct 26, 2012.

Thread Status:
Not open for further replies.
  1. gzettas

    gzettas New Member

    Joined:
    Sep 8, 2012
    Messages:
    17
    Likes Received:
    0
    Hello there,i want to comment you for the new look,nice,i have a question.I found in the functionn the breadcrumb plugin. How to activate?


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


    Go to page.php present in your theme directory and add the code given below

    Code:
    <?php if (function_exists('inkthemes_breadcrumbs')) inkthemes_breadcrumbs(); ?>
    Sending image for reference
    [​IMG]


    Use same process for (template-contact.php, template-fullwidth.php, template-gallery.php)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to page.php present in your theme directory and add the code given below

    Code:
    <?php if (function_exists('inkthemes_breadcrumbs')) inkthemes_breadcrumbs(); ?>
    Sending image for reference
    [​IMG]


    Use same process for (template-contact.php, template-fullwidth.php, template-gallery.php)
     
  3. gzettas

    gzettas New Member

    Joined:
    Sep 8, 2012
    Messages:
    17
    Likes Received:
    0
    Thank you Gourav,subject closed
     
Thread Status:
Not open for further replies.

Share This Page