Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    For that you need to first copy “footer.php” file from “Flat” theme and paste it in “Flat-Sky” theme directory. Now edit that file and add the following code
    <a href="#">Your Copyright text</a>
    In place of

    <a href="<?php echo esc_url( __( 'https://www.ads-software.com/', 'flat' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'flat' ); ?>"><?php printf( __( 'Proudly powered by %s', 'flat' ), 'WordPress' ); ?></a>.
    					<?php printf( __( 'Theme: %1$s %2$s by %3$s.', 'flat' ), 'Flat', wp_get_theme()->get( 'Version' ), '<a rel="nofollow" href="'.esc_url( 'https://themeisle.com/themes/flat/' ).'" title="'.esc_attr( 'Flat WordPress Theme' ).'">Themeisle</a>' ); ?>

    In place of “#” you can put your link address, and in place of “Your Copyright Text” you can add your text.

    Thank You

    Thread Starter luckyslice

    (@luckyslice)

    This is what I have what am I doing wrong it is not changing

    <?php
    /**
    * The template for displaying the footer
    */
    ?>
    <?php if ( apply_filters( ‘show_flat_credits’, true ) ) : ?>
    <?php flat_hook_footer_before(); ?>
    <footer class=”site-info” itemscope itemtype=”https://schema.org/WPFooter”&gt;
    <?php flat_hook_footer_top(); ?>
    2015 ? Lucky Slice Of Cake
    </footer>
    <?php flat_hook_footer_after(); ?>
    <?php endif; ?>
    <?php flat_hook_content_bottom(); ?>
    </div>
    <?php flat_hook_content_after(); ?>
    </div>
    </div>
    </div>
    <?php flat_hook_body_bottom(); ?>
    <?php wp_footer(); ?>
    </body>
    </html>

    Hello,

    Please make sure code is properly saved, and also try to clear cache, Sometimes cache creates issue. This will solve your problem.
    If still you are getting problem then share your website address, i will take a closer look.

    Thank You

    Thread Starter luckyslice

    (@luckyslice)

    I just clicked on update file in editor, is there something else I need to do?

    Hello,

    I think by mistake you have added footer.php file code of “Flat” theme in the style.css of “Flat-Sky”. Which is wrong. Please copy complete ‘footer.php’ file to “Flat-Sky” theme directory(folder). Instead of coping only the code.
    And then make changes suggested above.
    It will work.

    Thank You.

    Thread Starter luckyslice

    (@luckyslice)

    sorry i am not sure what you mean I have never done this before, how d i copy complete footer.php file and where is directory folder? I just copied it from the footer in editor

    Hello,

    Please follow these steps
    1. Open “Flat” theme directory and copy “Footer.php” file. please see screenshot : https://screencast.com/t/kpyjvYrhKd

    2. Now go to “Flat-sky” directory and paste file by right click in directory
    Screenshot : https://screencast.com/t/SsinsVpKmfiF

    3. Now edit that file in “Notepad ++” or in any other editing tool.
    Screenshot : https://screencast.com/t/9wQymIua28

    4. Put the code given in previous message.
    Screenshot : https://screencast.com/t/kwjc9ZVY
    And save this file.

    This will show your copyright text in site.

    Note : To open your theme directory open FTP and go to “wp-content/themes/”
    here you will get both of your theme.

    Thank You

    Thread Starter luckyslice

    (@luckyslice)

    Open FTP where? are these files suppose to be on my computer? sorry I am a little lost with this.

    Hello,

    FTP (file transfer protocol) access is used to access your site internal files and folders. You need your FTP detail to access those files which can’t be accessable through WP dashboard.

    If you don’t have FTP details then you need to contact your service provider.

    Thank You

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