E
E
evgeny_ryabcev2014-04-17 20:57:53
Drupal
evgeny_ryabcev, 2014-04-17 20:57:53

How to change title tag on Drupal 7 home page?

Description and KeyWords change, but Title does not! Me through - Configuration - SEARCH AND METADATA - Metatag.
How else can you change?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Drupby, 2014-04-17
@drupby

in template.php theme file

function ИМЯТЕМЫ_preprocess_html (&$vars) {
  if (drupal_is_front_page()) {
    drupal_set_title('Самая главная страница');
  }
}

U
UksusoFF, 2014-04-17
@UksusoFF

admin/config/system/site-information
Main page by default
specify a link to the node, call the node as you need
another option

A
Alexey Demin, 2014-05-04
@alexd73

Here is a great module https://drupal.org/project/page_title

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question