I'm looking to change up the footer on my website. I can find the header for the index and admin as well as the admin footer. I can't find the index pages footer, and thats the one I want to change up.
I'm looking to change up the footer on my website. I can find the header for the index and admin as well as the admin footer. I can't find the index pages footer, and thats the one I want to change up.
Use the wp_footer hook. It'll be in the footer.php file in your theme's template files.