Jose Nunes

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Hide Social Section #6537
    Jose NunesJose Nunes
    Member
    • Topics: 0
    • Replies: 1
    • Total: 1
    Member since: May 6, 2015

    Hi Go to Appearance – Editor –
    Footer (footer.php)
    delete everything and copy and paste the code below

    <?php

    /**

    * The template for displaying the footer.

    *

    * Contains the closing of the #content div and all content after

    *

    * @package SKT Biz

    */

    ?>

     

    <div id=”copyright”>

    <div class=”container”>

    <div class=”left”><?php echo of_get_option(‘footertext’, true); ?></div>

    <div class=”right”><?php echo of_get_option(‘footerlinks’, true); ?></div>

    <div class=”clear”></div>

     

    <?php wp_footer(); ?>

    </footer>

    </body>

    </html>

Viewing 1 post (of 1 total)