• Resolved cerberos

    (@cerberos)


    Hello all,

    I recently started to use WordPress, vey nice work indeed.

    I am creating a blog here: http://www.mysamurai.eu/cerberos , can u please tell me how can i remore from the header, the title? I mean the Samurai Shogun Thoughts that u can see there.

    Any help will be awesome, ty:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s in your theme directory: header.php
    Search for <?php bloginfo(‘name’); ?> and remove it.

    Thread Starter cerberos

    (@cerberos)

    Ty friend:)

    np 🙂 Glad to help if I can.

    Definitely, NO!

    If you remove the line <?php bloginfo(‘name’); ?> search engines WON’T be able to find your blog!

    The better way for removing your blog’s title is opening the CSS style sheet with your text editor and inserting this line to the end of it:

    #header h1 { display:none }

    Your blog’s title won’t be visible, but search engines will be still able to find it. 😀

    I have a problem too my title doesnt appear it only shows the theme title please can some body help me to know thow to bring my title back?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Blog Title’ is closed to new replies.