Results 1 to 3 of 3

Thread: Removing Listings Link in Header

  1. #1
    Thread Starter
    Expired Customer gnabeel's Avatar
    Join Date
    Feb 2014
    Location
    Pakistan
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Removing Listings Link in Header

    How do I remove the » Listings link in header when viewing a category? I checked the header file but, it can't be edited from there as you can see in this code. Can anyone help?

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

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Amateur smedawar's Avatar
    Join Date
    Aug 2011
    Location
    United States
    Posts
    17
    Thanks
    1
    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] Create link in header navigation bar to link Vantage?
    By forsalebytracey in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: June 23rd, 2012, 03:55 PM
  2. removing wordpress link and apptheme link in metadata
    By admin1 in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: May 24th, 2012, 08:29 PM
  3. Removing the register link?
    By chuckrodr in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: July 8th, 2011, 11:39 AM
  4. Removing 'My Jobs' from header
    By hadez in forum JobRoller General Discussion
    Replies: 4
    Last Post: June 8th, 2011, 08:01 AM
  5. Removing Categories link in menu bar
    By danappel in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 27th, 2011, 03:30 PM