• Great theme. I see many ‘Home’s on my site, http://inspiringselfhealing.com/.

    I would like to remove

    ‘Home >> Home’ and the large ‘Home’ underneath that.

    I checked Pages, and other settings. I didn’t see a place to remove that. Is that possible to remove all those within the theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pranaman

    (@pranaman)

    got it.

    Went to Editor:

    in page.php, commented out breadcrumb:

    <!–
    <div class=”breadcrumb” xmlns:v=”http://rdf.data-vocabulary.org/#”>&lt;?php sociallyviral_the_breadcrumb(); ?></div>
    –!>

    then, commented out this line:

    <!–
    <?php the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?>
    –!>

    And when the theme updates, these will reappear again.

    Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    .page .breadcrumb,
    .page h1.entry-title {
    	display: none;
    }
    Thread Starter pranaman

    (@pranaman)

    right. just added plugin and code, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple Homes?’ is closed to new replies.