Jump to content

[Wordpress] Title dinamico per pagina


Recommended Posts

robertosalemi
Posted

Buongiorno,
un sito web realizzato in Wordpress ha i title statici, uguali in tutte le pagine, tramite la definizione di una stringa fissa nel file header.php del theme utilizzato.

Al fine di avere i title dinamici per pagina, ho aggiornato il title con il seguente codice:

<title> <?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?></title>



Cosa ne dite?

Va bene?

Grazie.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...