• Resolved Tevya

    (@thefiddler)


    I was wondering if someone could at least point me in the right direction for making it so my Title and description of my blog don’t show up? I included both in my title graphic so I don’t need the text to show. However, simply removing them in settings takes them out of the browsers titlebar and I assume makes the site less SEO friendly.

    I’m a newbie to WP, but can read and edit most code alright, but am not good at writing new code. Thanks in advance for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Maybe..MAYBE…you could just remove the CSS of the title and description. It depends on where it is in the css. seeing the site would help.

    Jordan

    Check your header.php theme file for <h1><?php bloginfo('name'); ?></h1> and <h2><?php bloginfo('description'); ?></h2>. They’re the lines that you need to remove.

    Thread Starter Tevya

    (@thefiddler)

    Thanks Technokinetics. I guess the theme I’m using had modified it from what you were saying, but I found them and removed them, they just weren’t inside the <h1> and <h2> tags. Thanks again!

    Hey fiddler, glad to see your issue was resolved, please set this topic as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make it so title and description don’t show?’ is closed to new replies.