Viewing 8 replies - 1 through 8 (of 8 total)
  • I haven’t used the theme yet but I think there should be Alternatively you can find this code:

    <div class=”hentry page post-1 odd author-Greg clear-block”>

    <h1 class=”title”>
    Home </h1> <p></p>

    Remove the title Home and save your changes.This should work..

    Repost
    There must be a different kind of code consisting of a wordpress function.
    The above code cannot be found.Find this instead:

    <h1><?php bloginfo(‘name’); ?></h1>

    Remove,modify or comment it. Sorry I was talking pure html on the previous post ??

    Thread Starter gregdn

    (@gregdn)

    I set the home page in the Admin Panel, so my home page is a static page and not a blog page. Does this matter?

    Nope.Find the bloginfo function in your header.php..

    you can either remove,modify or comment this code.

    Thread Starter gregdn

    (@gregdn)

    I can’t find: <h1><?php bloginfo(‘name’); ?></h1>

    But, I did find this section of code in my header php.

    <?php if(WP_VERSION < 3.0): ?>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
    <?php endif; ?>

    What do I delete?

    nope you shouldn’t remove the others..Try finding it in your index.php ..remember that it should be the exact code or you may cause more problems removing something different.

    Thread Starter gregdn

    (@gregdn)

    <h1><?php bloginfo(‘name’); ?></h1> is not in my index.php either.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove 'Home' Title From Home Page.’ is closed to new replies.