• Resolved CreationsMoody

    (@creationsmoody)


    I am new to wordpress, but I like how it look so far. Listed below is a link to the page I am working on. At the top of the page is the organization name “The Arms of an Angel” and it is basically like a home link just back to that main page. I want to know how to change that. I have a main html site that I need this to go back to. I know how to navigate the backend folders I just need to know what folder/file to open to be able to make this change? Thanks.

    https://www.creationsmoody.com/staging/trisomy2/blog/

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your admin go to Appearance > editor
    Located the header.php in the right hand column.

    Find the spot that look like:

    <h1><a href="<?php bloginfo('url');?>"><?php bloginfo('description');?></a></h1>

    Change it to:

    <h1><a href="https://www.creationsmoody.com"><?php bloginfo('description');?></a></h1>

    or whatever you want.

    Thread Starter CreationsMoody

    (@creationsmoody)

    Thanks, worked perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing title at top of page.’ is closed to new replies.