Odpowiedź forum utworzona

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cycu2007

    (@cycu2007)

    We footerze jest tylko to:

    <?php
    /**
    * The template for displaying the footer.
    *
    *
    * @package Customizr
    * @since Customizr 3.0
    */
    do_action( '__before_footer’ ); ?>
    <!– FOOTER –>
    <footer id=”footer” class=”<?php echo tc__f(’tc_footer_classes’, ”) ?>”>
    <?php do_action( '__footer’ ); // hook of footer widget and colophon?>
    </footer>
    </div><!– //#tc-page-wrapper –>
    <?php
    do_action( '__after_page_wrap’ );
    wp_footer(); //do not remove, used by the theme and many plugins
    do_action( '__after_footer’ ); ?>
    </body>
    <?php do_action( '__after_body’ ); ?>
    </html>

    Thread Starter cycu2007

    (@cycu2007)

    1. wykupiony mam ale podziałało jak wywaliłem wszystko i zrobiłem nową bazę.
    2. Dzięki, pomogło 🙂

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