Add customizable logo to a WordPress theme

Tiempo de lectura: 2 minutos Today we are going to learn how we can add a customizable logo to our WordPress theme. Continuing from our previous tutorials. We are going to modify our header so that it can display either an uploaded logo or text (the site’s name). header.php <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset=”<?php bloginfo(‘charset’); ?>”> … Read more