Footer.php missing in Editor

Hi there, I am trying to edit the text in the footer area. Right now it just shows the demo content of the Integrity theme.
Normally in Wordpress you just click on the Appearance/Editor in the Dashboard and you can edit the footer.php file. I have already set up a child theme. But its not there…

Also, I tried looking through the .php files in framework/views/footer , framework/views/integrity, but the footer.php files are almost completely empty. There is no text or content I can edit, its just some code.

I can currently find no way of editing the content. I am just trying to change the address and company info, it shouldn’t be that hard.

Site: www.andredicarlo.com

Thanks

Hi There,

Thank you for writing in! Are you referring to this:

screenshot

If so, you don’t need to modify a .php file to edit that. That is your footer widget areas, you can modify that under Appearance > Widgets and see the Footer 1, Footer 2, & Footer 3 content.

Hope it helps,
Cheers!

Thats it, thanks!

You are most welcome. :slight_smile:

I need to be able to edit the Footer.php so i can add a HubSpot tracking code before the end body tag, but when i go to appearance, file theme editor and then Theme Footer (footer.php) it just has this "<?php

// =============================================================================
// FOOTER.PHP
// -----------------------------------------------------------------------------
// The site footer.
// =============================================================================

do_action( ‘cs_footer’ );

Hello @ProgressD,

To add a HubSpot tracking code before the end body tag, I would suggest you please use the third-party plugin Insert Headers and Footers.

Hope it helps
Thanks