Viewing 4 replies - 1 through 4 (of 4 total)
  • What do you mean by link blocks? Can you highlight in a screenshot?

    edit that themes header.php file ..

    remove this stuff:

    <?php wp_list_pages('sort_column=id&depth=1&title_li='); ?>

    see where that gets you. If that doesnt get rid of it all, just remove all of this:

    <ul>
               <li <?php if(is_home()){echo 'class="current_page_item"';}?>><a title="Home" class="home" href="<?php echo get_option('home'); ?>/">Home</a></li>
                    <?php wp_list_pages('sort_column=id&depth=1&title_li='); ?>
    </ul>
    Thread Starter travelbug2007

    (@travelbug2007)

    Thank you, that worked!

    youre very welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get rid of link blocks in header image?’ is closed to new replies.