• Hello, I am wishing to know how I can remove the links in the header. I seen the page on it in the codex but that line is not there.

    I am using the mandigo theme.

Viewing 1 replies (of 1 total)
  • Thread Starter vasherai

    (@vasherai)

    Here is some additional information:

    <div id=”page”>

    <div id=”header” class=”png”>
    <div id=”headerimg”>
    <?php if (!get_option(‘mandigo_hide_blogname’)): ?>
    <<?php echo $tag_blogname; ?> class=”blogname” id=”blogname”>/”><?php bloginfo(‘name’); ?></<?php echo $tag_blogname; ?>>
    <?php endif; ?>
    <?php if (!get_option(‘mandigo_hide_blogdesc’) && get_bloginfo(‘description’)): ?>
    <<?php echo $tag_blogdesc; ?> class=”blogdesc” id=”blogdesc”><?php bloginfo(‘description’); ?></<?php echo $tag_blogdesc; ?>>
    <?php endif; ?>
    <ul class=”pages png<?php echo (get_option(‘mandigo_headoverlay’) ? ‘ head_overlay’ : ”); ?>”>
    <li class=”page_item”>/”><?php _e(‘Home’,’mandigo’); ?>
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&exclude=’.get_option(‘mandigo_exclude_pages’)); ?>

    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘Header text’ is closed to new replies.