Como editar el head en la plantilla Decode | Develop Site
Nos encontramos con la necesidad de instalar el plugin ShareThis y para ello decidimos modificar le codigo de la plantilla, algo poco recomendable ya que con las actualizaciones los cambios se pierden
- <head>
- <?php tha_head_top(); ?>
- <meta charset="<?php bloginfo( 'charset' ); ?>">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="profile" href="http://gmpg.org/xfn/11">
- <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
- <?php if ( get_background_image() ) { echo '<link rel="prefetch" href="' . get_background_image() . '">'; } ?>
- <?php tha_head_bottom(); ?>
- <?php wp_head(); ?>
- <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=5f806abe17d2e50019202890&product=sticky-share-buttons" async="async"></script>
- </head>
Español
- blog de cafeconvertes
- Log in or register to post comments