[Theme: Bizznis] Footer don't match the PHP
-
Hey guys!
Earlier this morning i asked help fpr the footer part, and i still need help xDso this is how my site looks like that i am building https://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)
- The topic ‘[Theme: Bizznis] Footer don't match the PHP’ is closed to new replies.