Last active
November 1, 2016 09:07
-
-
Save OscarAbadFolgueira/3433fedde1a0e5fb9e80e2635158f4fb to your computer and use it in GitHub Desktop.
Eliminar el título de un sitio web hecho con Genesis Framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* No incluyas la etiqueta de inicio de php anterior | |
//* Puedes incluir este código en el fichero functions.php del tema hijo de Genesis Framework | |
//* Más información en: https://www.dinapyme.com/snippets/snippet-genesis-framework-eliminar-el-titulo-de-la-web/ | |
//* Disponible en formato Plugin en: https://www.dinapyme.com/producto/plugin-genesis-framework-eliminar-titulo-la-web/ | |
//* Eliminar el título del sitio web | |
remove_action( 'genesis_site_title', 'genesis_seo_site_title' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment