• Hi guys ,

    I tried to remove the footer from my wordpress theme and been unsuccesfull .

    Now the code from footer.php is :

    <div id=”footer”>
    <?php
    $options = get_option(‘themezee_options’);
    if ( isset ($options[‘themeZee_general_footer’]) and $options[‘themeZee_general_footer’]<> “” ) {
    echo wp_kses_post($options[‘themeZee_general_footer’]); }
    ?>
    <div class=”credit_link”><?php themezee_credit_link(); ?></div>
    <div class=”clear”></div>
    </div>
    </div>
    </div>

    The blog can been found here : http://www.idownloadg.eu

    The part i am trying to remove is BizzCard Theme by ThemeZee …

  • The topic ‘Fotter removal’ is closed to new replies.