This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 1 year, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › General Genesis Framework Discussions › Adding footer in Metro Pro (and other themes)
Tagged: footer
I have seen https://my.studiopress.com/documentation/snippets/footer/customize-the-site-footer/ which talks about adding code in Appearance->Customize->Theme Settings->Footer
Please see the current footer of https://www.immigrationworld.com/. The code in functions.php is,
add_filter( 'genesis_footer_creds_text', 'custom_footer_creds_text' );
function custom_footer_creds_text() {
echo '<div>Feedback | Disclaimer</div><div class="footerMessage">Copyright © '; echo date('Y'); echo ' immigrationworld.com. </div>';
}
I want to move the code from here to the theme as I don't want to touch PHP files directly. I want the appearance to be the same when I move the code to Theme Settings (black background, centered etc.)
How do I achieve this?
Thank you for your time
© 2025 WPEngine, Inc.