• Resolved syumi

    (@syumi)


    Is anyway I can change my footer text for this theme? Should I go to footer.php file for editing?
    I will appreciate if anyone can help me how to change specific code or replace the text.

Viewing 9 replies - 1 through 9 (of 9 total)
  • In your Child Theme you would have to edit the footer.php file.

    Thread Starter syumi

    (@syumi)

    I have footer.php file as below in my child theme, but I don’t know which specific line I should to add or replace it.

    Thanks for your support

    <?php

    /**

    * Footer Section for our theme.

    *

    * @package ThemeGrill

    * @subpackage Ample

    * @since Ample 0.1

    */

    ?>

    </div><!– .main-wrapper –>

    <footer id=”colophon”>

    <div class=”inner-wrap”>

    <?php get_sidebar( ‘footer’ ); ?>

    <div class=”footer-bottom clearfix”>

    <div class=”copyright-info”>

    <?php do_action( ‘ample_footer_copyright’ ); ?>

    </div>

    <div class=”footer-nav”>

    <?php

    if ( has_nav_menu( ‘footer’ ) ) {

    wp_nav_menu( array( ‘theme_location’ => ‘footer’, ‘depth’ => -1 ) );

    }

    ?>

    </div>

    </div>

    </div>

    </footer>

    <i class=”fa fa-angle-up”></i>

    </div><!– #page –>

    <?php wp_footer(); ?>

    </body>

    </html>

    Please post code using backticks.

    This way isn’t ideal but it works.

    Please follow link and copy all the code and replace the footer.php code you have.

    http://pastebin.com/Rtk1wcX9

    If you have any added code to the footer already you might have to replace that.. I use original code for theme.

    Thread Starter syumi

    (@syumi)

    Network error happened after I replaced the code. Sadly I can’t access to my site now…

    Thread Starter syumi

    (@syumi)

    It worked now.
    Thank you!

    OK, please mark as resolved.

    Thanks

    Thread Starter syumi

    (@syumi)

    Thanks again

    Hello, i have the same problem. This paste has been removed. Could you help me please?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to change the footer text’ is closed to new replies.