Forums

[resolved] Make it so title and description don't show? (5 posts)

  1. Tevya
    Member
    Posted 3 years ago #

    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.

  2. J0rdan
    Member
    Posted 3 years ago #

    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

  3. Technokinetics
    Member
    Posted 3 years ago #

    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.

  4. Tevya
    Member
    Posted 3 years ago #

    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!

  5. jeffr0
    Member
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic