How to remove title from wordpress?

6 replies
Anyone know how to remove the text that shows your blogs title at the top of wordpress??
#remove #title #wordpress
  • Profile picture of the author Aristocratic
    You mean the header? Like at the top of the template? Not in the bar right? Just edit your theme. Open up the header.php and remove something like this which will appear after the body tag:
    Code:
    <h1 id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
    Signature

    COMING SOON

    {{ DiscussionBoard.errors[646221].message }}
    • Profile picture of the author SocialWiz
      yeah that, but it wont mess up my seo right?

      Originally Posted by Aristocratic View Post

      You mean the header? Like at the top of the template? Not in the bar right? Just edit your theme. Open up the header.php and remove something like this which will appear after the body tag:
      Code:
      <h1 id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
      {{ DiscussionBoard.errors[646228].message }}
      • Profile picture of the author Monicakidman
        Banned
        [DELETED]
        {{ DiscussionBoard.errors[646239].message }}
        • Profile picture of the author edhan
          Hmm... why not install 'All in one SEO' to configure the title for your need instead of removing it? Unless you do not require the title that is appearing on the header. I believe it is good for SEO purpose. Sorry if this is not what you want as I thought it will be good idea.
          Signature

          Be blessed with Thai Buddha Amulets & Tibetan dZi to accumulate wealth, health & good fortune
          Build your own community business
          Article Directory Source Code with blog & Classified Ads
          Understanding the cycle of Karma & Merits

          {{ DiscussionBoard.errors[646251].message }}
  • Profile picture of the author ehicks727
    Originally Posted by mik is here View Post

    Anyone know how to remove the text that shows your blogs title at the top of wordpress??
    Just change it to a P tag instead of an H1 and then style it like the H1

    Code:
    <p id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></p>
    Go into your CSS file now and create a new entry

    Code:
    p.header { copy the styling of the header h1 here }
    {{ DiscussionBoard.errors[646645].message }}
  • Profile picture of the author danemorgan
    A little trick I like to use is to actually put the page title up there instead of the blog name.
    Signature
    Did you ever notice that “author” is the root of the word “authority“?
    {{ DiscussionBoard.errors[646757].message }}
    • Profile picture of the author rosetrees
      In your admin area, look for general in the settings menu (bottom left if you are using v2.7) The blog title and tagline text are in there.
      {{ DiscussionBoard.errors[647160].message }}

Trending Topics