• Resolved tiffinpa

    (@tiffinpa)


    Hello, I want to change the footer on our website at http://www.tiffinparks.com. Here is the code that is currently for the footer on the site. What or where do I change to get the code to say what I want it to say? Thanks!!

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the id=main div and all content after
    *
    * @package Expound
    */
    ?>

    </div><!– #main –>
    <footer id=”colophon” class=”site-footer” role=”contentinfo”>
    <div class=”site-info”>
    <?php do_action( ‘expound_credits’ ); ?>
    </div><!– .site-info –>
    </footer><!– #colophon –>

    </div><!– #page –>

    <?php wp_footer(); ?>

    </body>
    </html>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the footer’ is closed to new replies.