• Hampstead

    (@hampstead)


    I’m using a theme which has a link to the blog in the navigation. How do I remove it?

    <ul id="nav">
            	<ul>
    				<li<?php if (is_home()){ echo " class=\"current_page_item\"";}?>><a href="<?php bloginfo('url'); ?>">Home</a></li>
                    <?php wp_list_categories('orderby=name&order=DESC&show_count=0&title_li=&exclude='.$featuredcategory.$comma.$singlefamcategory.$comma.$multifamcategory.$comma.$condocategory.$comma.$mfgcategory); ?>
    				<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
    			</ul>
            </ul>

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

The topic ‘Remove blog link from navigation’ is closed to new replies.