Editing the Footer using Functions.php
-
Hi all,
Not posted on here for sometime and recently updated my site from TwentyTwelve to TwentyFourteen.
I am using a basic child theme and wanted to slightly tweak the “Proudly powered by WordPress” link at the bottom and also add a small dynamic copyright notice. I would ideally like to add this all to the child themes functions.php as like to keep my site upto date.
So basically looking for something like below:
Powered by WordPress
© 2020 – Coder-TronicsI was playing around with this code but couldn’t get it to display anything yet
* Change Footer Coipyright Message */ add_action('wp_footer', 'footer_copyright'); function footer_copyright() { echo '<div class="site-info"><p>This is inserted at the bottom</p></div>'; }The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Editing the Footer using Functions.php’ is closed to new replies.
