Ready for it? Then here's the php code to be copied and pasted once you have changed the copyright text relevant to your website:
--------------------------------------------------------------------------------
add_filter( 'generate_copyright','tu_custom_copyright' );
function tu_custom_copyright() {
?>
© 2022 “Your Website“ | All Rights Reserved
<?php
}
---------------------------------------------------------------------------------
Once you have changed the copyright text relevant to your website, and iserted the code where shown prevously, and updated the file, you should see this when you preview your website posts and pages :
Join the Discussion
Write something…
Shobhali
Premium
This is great, Harry! So simple! Thank you!!!
And I have a question? What if I want, in my footer, in addition to @ 2022 "Website" | All Rights Reserved ->
@ 2022 "Website" | All Rights Reserved | Terms & Conditions
AND want the Terms & Conditions to be clickable opening up the T&C page?
Is that possible through this method?
And I have a question? What if I want, in my footer, in addition to @ 2022 "Website" | All Rights Reserved ->
@ 2022 "Website" | All Rights Reserved | Terms & Conditions
AND want the Terms & Conditions to be clickable opening up the T&C page?
Is that possible through this method?
Mikol-Rrsq
Premium
Alright thank you for the great training.
Please, What if want I to hide the menu on a page?
Please, What if want I to hide the menu on a page?