Hello all!
I apologize for posting this, there's already a thread with a similar title, but I've been trying that solution and it doesn't seem to be working. I've been recently hired as a work study to design websites for professors and have been coding for about a month now, so I'm really new at this.
Anyway, I'm using Atahualpa 3.7.3.
I need to have a footer image on my homepage footer, but just the copyrights on every other page.
I tried
ATO-> Style & edit Footer-> Footer content:
<?php if ( is_page('Title of Page') ) { ?>
Text and HTML
<?php } ?>
However, it still puts the same image on the footer of every page. I've tried searching the forums and have been unable to find any answers (that I understood) on how to fix this. I hope I was clear, and thank you for your help and understanding.