0
votes

I can't customize footer on wordpress "colibri WP" theme or add any widgeds to it nor change copyright text. I tried to change the code in dashborard -> theme editor -> footer.php and this is the code written there:

</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>

All I can do is delete footer completely. Is there a way to change copyright text and add widgets/social media icons to it?

1
You can if you know the place of the php file where it is initAlaa Kaddour
search the file in theme_editor that contain tag <footer>Alaa Kaddour

1 Answers

1
votes

You can find footer in template-parts/front-footer/footer.php. Copyrights are rendered by function called colibriwp_theme_print_footer_copyright()