I’m doing tests on my local server with the following code
style.css
/*
Theme Name: Twenty Nineteen
Theme URI: https://wordpress/twentynineteen-child
Author: Develop Site
Author URI: https://wordpress.develop-site.com
Template: twentynineteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-nineteen-child
*/
/* =Aquí empieza la personalización de tu tema
————————————————————–
*/
functions.php
<?php //Etiqueta PHP de inicio
// Funcion a nuestro gusto que queramos incluir
function favicon_link() {
echo ‘<link rel=”shortcut icon” type=”image/x-icon” href=”/favicon.ico” />’ . “\n”;
}
add_action( ‘wp_head’, ‘favicon_link’ );
wp_enqueue_style ();
?> //Etiqueta PHP de cierre
but it does not work. Does not detect the style sheet