Results 1 to 2 of 2

Thread: Removing Breadcrumb on Home Page

  1. #1
    Thread Starter
    Expired Customer derickmain's Avatar
    Join Date
    Feb 2014
    Location
    Canada
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Removing Breadcrumb on Home Page

    Hello,

    I was wondering if there is a way of removing the breadcrumb on the homepage while keeping it on all other pages.

    Current code:

    <div id="breadcrumbs" class="container">
    <div class="row">
    <?php breadcrumb_trail( array(
    'separator' => '&raquo;',
    'show_browse' => false,
    'labels' => array(
    'home' => '<img src="' . appthemes_locate_template_uri( 'images/breadcrumb-home.png' ) . '" />',
    ),
    ) ); ?>
    </div>
    </div>

    Thank you,

    Derick.

  2. #2
    Thread Starter
    Expired Customer derickmain's Avatar
    Join Date
    Feb 2014
    Location
    Canada
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Removing SOLD items in home page
    By dadamchu in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 11th, 2015, 05:57 AM
  2. removing new post from home page
    By jstp76 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: November 17th, 2013, 04:15 PM
  3. Disabling/Removing Breadcrumb
    By plivans in forum ClassiPress General Discussion
    Replies: 6
    Last Post: May 1st, 2013, 10:20 AM
  4. Removing Date From Appearing on the Home Page
    By udeze in forum JobRoller General Discussion
    Replies: 3
    Last Post: October 12th, 2012, 05:19 PM
  5. removing brackets around ads number in home page
    By admin1 in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: July 24th, 2011, 07:44 AM