header right sidebar – text insert instead of primary menu
I want to add text to the header's right sidebar. I have looked at the source codes and found in the "catchkathmandu-functions.php" file that "function catchkathmandu_header_right()" function prepares the menu.
To add text instead of the menu, what should I write in the place of "get_sidebar( 'header-right' );" function.
========================================
/**
* Shows Header Right Sidebar
*/
function catchkathmandu_header_right() {
/* A sidebar in the Header Right
*/
get_sidebar( 'header-right' );
}
========================================
To exemplify my aim:
In my webpage "http://www.ankaratercumeofisi.com", I am trying to add email-phone and address text as an html next to the logo and "Ankara Tercume Ofisi".
Best regards,