Add widget in Top Right area

Discussion in 'Infoway WordPress Theme' started by aarliaud, Apr 25, 2014.

  1. aarliaud

    aarliaud Member

    Joined:
    Oct 28, 2013
    Messages:
    30
    Likes Received:
    0
    Hello,
    I would like to add the widget qtrans_language_chooser (2 flags for English and Japanese) in the « top right contact details » area. How it is possible?
    Thanks in advance,
    Best Regards,
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as instructed in the image given below.

    Code:
     <?php echo qtrans_generateLanguageSelectCode('both'); ?> 
    [​IMG]

    This will solve your issue.
     

Share This Page