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

  1. <head>
  2. <?php tha_head_top(); ?>
  3.  
  4. <meta charset="<?php bloginfo( 'charset' ); ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="profile" href="http://gmpg.org/xfn/11">
  8. <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
  9. <?php if ( get_background_image() ) { echo '<link rel="prefetch" href="' . get_background_image() . '">'; } ?>
  10.  
  11. <?php tha_head_bottom(); ?>
  12. <?php wp_head(); ?>
  13. <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=5f806abe17d2e50019202890&product=sticky-share-buttons" async="async"></script>
  14. </head>
Español