No Comment , No "Read More"

Hello.

I need to remove Comments , “Read More” and Any information about post author .

And I want to place my qtranslate langauge switch in header .

Is it possible ? Anybody can help me ?

Hi @skylin3,

I hope you are well today and thank you for your questions.

I need to remove Comments , “Read More” and Any information about post author .
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Customize -> Travelify Other Options

.entry-meta .byline,
.entry-meta .comments,
.entry-meta-bar .readmore {
  display: none;
}
And I want to place my qtranslate langauge switch in header .

You can achieve this by adding the “Language Switcher” menu item in the header navigation menu as described on the following page.

Best Regards,
Movin