Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can also try deleting this line of code:

    if ( !is_front_page() ) { ?><li class="page_item_home home-link"><a href="<?php bloginfo('home'); ?>/" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>" rel="home"><?php _e('home', 'plaintxtblog') ?></a></li><?php }

    From your theme’s functions.php file. I am using the simplr theme and this worked for me.

    You can also try deleting this line of code:

    if ( !is_front_page() ) { ?><li class="page_item_home home-link"><a href="<?php bloginfo('home'); ?>/" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>" rel="home"><?php _e('home', 'plaintxtblog') ?></a></li><?php }

    From your theme’s functions.php file. I am using the simplr theme and this worked for me.

    This is for if you want to remove the “home” link altogether.

Viewing 2 replies - 1 through 2 (of 2 total)