• How do I remove the footer section which contains “Looking for something?” “Visit out friends!” and “Archives”?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Mr E

    (@ebiladdress)

    Whats the url? What theme are u using?

    Thread Starter arbis82

    (@arbis82)

    the url is http://www.digitalpwner.com i’m using the pixeled theme

    Mr E

    (@ebiladdress)

    getting ur theme and posting in my test site.

    will answer asap.

    E

    Mr E

    (@ebiladdress)

    lines 3 thru 25 of footer.php

    Here is the code:

    <div class="col1">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?>
    <h3>Looking for something?</h3>
    <p>Use the form below to search the site:</p>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    <p>Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!</p>
    <?php endif; ?>
    </div>
    
    <div class="col2">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_middle') ) : ?>
    <h3>Visit our friends!</h3><p>A few highly recommended friends...</p><ul><?php wp_list_bookmarks('title_li=&amp;categorize=0'); ?></ul>
    <?php endif; ?>
    </div>
    
    <div class="col3">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_right') ) : ?>
    <h3>Archives</h3><p>All entries, chronologically...</p><ul><?php wp_get_archives('type=monthly&amp;limit=12'); ?> </ul>
    <?php endif; ?>
    </div>
    
    <div class="cleared"></div>
    </div><!-- Closes morefoot -->

    That will remove the footer information you are looking to ditch I believe.

    E

    Mr E

    (@ebiladdress)

    fyi – remove the code I show above. That will remove the instances in question.

    E

    Thread Starter arbis82

    (@arbis82)

    i need to delete that section?

    Thread Starter arbis82

    (@arbis82)

    gotcha, thanks

    Mr E

    (@ebiladdress)

    np friend.

    E

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

The topic ‘Remove default footer section’ is closed to new replies.