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*

Reply To: How to add a secondary menu to Attitude Pro WordPress theme?

#3048
Sanjip Shah
Participant

@jnasevich Please add this code add_action( ‘init’, ‘attitude_remove_parent_function’ ); just above the code that I previously provided. Just before this part

/**
* Removes parent function attached to hook
*/
function attitude_remove_parent_function(){
remove_action( ‘attitude_header’, ‘attitude_headerdetails’, 10 );
}

Hope this will solve your issue.