• Hi, newbie here!

    On the top of the site (top left next to IE/FF icon), you see “WordPress>Support>>Miscellaneous”

    How can I change my blog to be the same?

    Currently it still shows “https://www.mysite.com”

    I would like it to just show “mysite”, if that makes sense?

    Any advice is greatly rec’d!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • In header.php you could do something like,

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?><?php } ?> <?php wp_title(); ?></title>

    Thread Starter airplanefreak

    (@airplanefreak)

    Tried that, doesnt do anything to the part that I want to change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Index/Name’ is closed to new replies.