Lisa
(@workingwebsites)
Hi Jim,
The Site Title is in the header.php file.
About half way down the file you will see something like:
<div class="site-branding">
<?php endif; ?>
<strong><h1 class="site-title"><a>" rel="home"><?php bloginfo( 'name' ); ?></a></h1></strong>
<p class="site-description"><?php bloginfo( 'description' ); ?></p>
</div><!-- .site-branding -->
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Specifically:
<?php bloginfo( ‘name’ ); ?> is the site title.
<?php echo esc_url( home_url( ‘/’ ) ); ?> is the link to the home page of the site.
For more info on editing the header.php file, see:
https://codex.wordpress.org/Editing_Files
also:
https://codex.wordpress.org/Editing_Files#Using_the_Theme_Editor_and_Plugin_Editor
Do not edit the theme itself. First create a child theme for your changes.
Lisa,
Thanks very much. I am all Smiles again.
Esmi – thanks for that tip. I have used Child themes successfully before.
Jim
Esmi – thanks for that tip. I have used Child themes successfully before.
Excellent. It’s always better to be safe than sorry. 🙂