RBA Cash Rate: 4.35% · 1AUD = 0.67 USD · Inflation: 4.1%  
Leading Digital Marketing Experts | 1300 235 433 | Aggregation Enquires Welcome | Book Appointment
Example Interest Rates: Home Loan Variable: 5.20% (5.24%*) • Home Loan Fixed: 5.48% (6.24%*) • Fixed: 5.48% (6.24%*) • Variable: 5.20% (5.24%*) • Investment IO: 5.78% (6.81%*) • Investment PI: 5.49% (6.32%*)

Custom Footer Text & Link

In the footer of your WP install you will notice the text that says something like "Thank you for creating with WordPress". To change it to anything of your choosing, use the following function.

Copy and paste the WordPress function into your theme's functions.php file or, if you sensibly have one installed, your custom functions plugin.

1
<?php 
2
/*
3
 Custom Footer Text & Link
4
 http://www.beliefmedia.com/code/wp-snippets/custom-footer-text-link
5
*/
6
 
7
/* Change WP Footer Text */
8
9
 echo '<span id="footer-text">Site by <a href="http://www.beliefmedia.com/" target="_blank" rel="noopener noreferrer">beliefmedia</a>. Support: 02-5555-5555';
10
}
11
add_filter('admin_footer_text', 'beliefmedia_remove_footer_admin');

If you wanted to alter the footer version (on the right hand side of the footer), you could use the following code:

1
<?php 
2
/*
3
 Custom Footer Text & Link
4
 http://www.beliefmedia.com/code/wp-snippets/custom-footer-text-link
5
*/
6
 
7
8
 return 'Footer Version changed to <a href="http://www.beliefmedia.com/">link</a>';
9
}
10
add_filter( 'update_footer', 'beliefmedia_change_footer_version', 9999);

Download our 650-page guide on Finance Marketing. We'll show you exactly how we generate Billions in volume for our clients.

  E. Australia Standard Time [ UTC+10, Default ] [ CHECK TO CHANGE ]

  Want to have a chat?
 

Like this article?

Share on Facebook
Share on Twitter
Share on Linkdin
Share on Pinterest

Leave a comment