I am trying to show phone number and my email address in top menu bar where its showing my account and date. I saw in code you are using a function which is in laborator_functions.php in widget laborator_account_links_and_date. How can i do this. If i modify this function when i will update theme my changes will lost. If i copy this whole file in my child theme then i will be required to keep track of what got changed in new version of theme. Please provide me some help how can i extend its functionality.
Hi,
I am trying to show phone number and my email address in top menu bar where its showing my account and date. I saw in code you are using a function which is in laborator_functions.php in widget laborator_account_links_and_date. How can i do this. If i modify this function when i will update theme my changes will lost. If i copy this whole file in my child theme then i will be required to keep track of what got changed in new version of theme. Please provide me some help how can i extend its functionality.
Hi hassandad,
I have created a small code snippet for you:
Add this in functions.php and it will show the phone and email in top header bar.
Thank you. It fulfill my need.