badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing attitude_breadcrumb

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5436
    Vitali
    Participant

    Hi all,

    Please, I have to remove the ‘attitude_breadcrumb’ function on my child theme.
    How to achieve this ?
    I’ve tried several thing more or less like

    function unhook_attitude_breadcrumb() {
        remove_action('attitude_breadcrumb');
    }
    remove_action ('init','attitude_breadcrumb');

    But no luck…

    #5443
    Rabin Shrestha
    Participant

    Hi Vitali,

    Why are trying to remove the breadcrumb. If you don’t want breadcrumb then simply don’t install the Breadcrumb Navxt plugin( that we support for our theme) and breadcrumb will not appear

    Rabin

    #5454
    Vitali
    Participant

    Ohooohhh…
    Well, ok, sorry, I mistaken and confused of myself!
    You’re right, that’s not a breadcrumb issue, btw.

    The issue was concerning all this snippet:

    <div class="page-title-wrap">
    	    		<div class="container clearfix">
    	    			<?php
    		    		if( function_exists( 'attitude_breadcrumb' ) )
    						attitude_breadcrumb();
    					?>
    				   <h3 class="page-title"><?php echo attitude_header_title(); ?></h3><!-- .page-title -->
    				</div>
    	    	</div>
    

    That is what append when tweaking a bunch of hoocked hook hook honky tonk multi files spreaded/bursted parent/child structure…
    My Attitude-child functions.php is about 1263 lines of code at this time…
    My global site functions.php (plugin’ed) have 1077 lines.
    Tadlock talk to you about that. Interesting… http://justintadlock.com/archives/2013/09/16/theme-template-hooks-are-outdated

    I already have a breadcrumb and I’m working your theme for my site rebirth. I have and i want to keep some tweaks. Plus, I’m not for “all by plugin” or “one plugin for all”… http://www.seomix.fr/fil-dariane-chemin-navigation/

    BTW, thanks for your quick reply. This issue is solved (that was an human one :p ).

    #5484
    Rabin Shrestha
    Participant

    No worries 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.