robertosalemi Posted December 18, 2019 Report Posted December 18, 2019 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now