5 replies
  • WEB DESIGN
  • |
Hello, I recently updated the header on my wordpress blog with an image and now the wordpress blog title header is in the way. HomeGrown CNC , Is there any way I can take the title off of the header? I dont want to simply delete the title out of the title box because then it actually takes the name off the blog in wordpress and then I have a nameless blog.
#title #wordpress
  • Profile picture of the author Trey Walter
    Two ways to do that:

    First one:
    1. Open header.php.
    2. Delete anything between <div class="header-title"> and the next </div>.
    3. Delete anything between <div class="header-discription"> and the next </div>.

    Other one:
    Use some css to just set the visibility to hidden.
    {{ DiscussionBoard.errors[1668595].message }}
    • Profile picture of the author Kelvin Nikkel
      try going into your admin area, Settings, General settings and removing the sites Title. WP allows for an empty name.

      Other option is to leave it in the admin area and adjust your header image to work with it.
      {{ DiscussionBoard.errors[1668683].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by Kelvin Nikkel View Post

        try going into your admin area, Settings, General settings and removing the sites Title. WP allows for an empty name.
        That's a bad idea... hopefully, nobody will listen to it
        If you leave it empty there will be no title in your browser, no site title in the SERP. Why would you want that?
        Signature

        {{ DiscussionBoard.errors[1669320].message }}
        • Profile picture of the author abomb55076
          Hey thanks, I found the title in the code and just deleted it. Looks good now. Thanks again.
          {{ DiscussionBoard.errors[1669605].message }}
        • Profile picture of the author mywebwork
          Originally Posted by Istvan Horvath View Post

          That's a bad idea... hopefully, nobody will listen to it
          If you leave it empty there will be no title in your browser, no site title in the SERP. Why would you want that?
          I agree with Istvan, removing the Title is a very bad idea. While I'm sure Kelvin was just trying to be helpful I'm glad you edited the theme header instead.

          In addition to not having a title on your page or in the users browser header removing the title will also cause a blank entry if one of your users bookmark your site.

          Bill
          {{ DiscussionBoard.errors[1670507].message }}

Trending Topics