Support » Theme: isis » Delete template author name

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

    (@mmonarchy)

    I figured it out!

    here it is:

    <?php
    /**
    * The template for displaying the footer
    *
    * Contains footer content and the closing of the #main and #page div elements.
    */
    ?>
    <!–FOOTER SIDEBAR–>
    <?php if ( is_active_sidebar( ‘foot_sidebar’ ) ) { ?>
    <div id=”footer”>
    <div class=”row”>
    <div class=” large-12″>

    <div class=”widgets”><?php if ( is_active_sidebar(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Widgets’) ) : ?><?php endif; ?>
    </div>
    </div> </div>
    </div>
    <?php } ?>

    <!–COPYRIGHT TEXT–>
    <div id=”copyright”>
    <div class=”row”>
    <div class=”large-12″>

    <div class=”copytext”>
    <?php echo of_get_option(‘footer_textarea’); ?>

    </div>

    </div>
    </div>
    </div>
    </div>

    <?php wp_footer(); ?>
    </body>
    </html>

Viewing 1 replies (of 1 total)
  • The topic ‘Delete template author name’ is closed to new replies.