• Zirox624

    (@zirox624)


    Hey guys!
    Earlier this morning i asked help fpr the footer part, and i still need help xD

    so this is how my site looks like that i am building http://mck-redovisning.se/

    and on the footer as you can see it says Login,Wordpress By Bizznis and the copyright. I wish to change this but i can’t find it in footer.php

    in the .php it just says this:
    <?php
    /*
    WARNING! DO NOT EDIT THIS FILE!
    This file is part of the core Bizznis parent theme.
    Please do all modifications in the form of a child theme.
    */

    //* Handles the footer structure.
    echo ‘</div>’; #end .site-container
    do_action( ‘bizznis_after_main_container’ );
    echo ‘</div>’; #end .site-main
    do_action( ‘bizznis_footer’ );
    echo ‘</div>’; #end .site-container
    do_action( ‘bizznis_after’ );
    wp_footer();
    ?>
    </body>
    </html>

    i dont want the login.. i want it to say Copyright c 2014 By Zitox624

    can someone please help me with this one!? :O thanks x)

Viewing 2 replies - 1 through 2 (of 2 total)
  • James Geiger

    (@jagst3r15)

    You will have to find the code that handles this do_action( 'bizznis_footer' ); and then make a child theme to modify the code.

    Thread Starter Zirox624

    (@zirox624)

    i see…gonna find it out then, Thanks James Geiger 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Bizznis] Footer don't match the PHP’ is closed to new replies.