I am attempting to edit the sidebar.php file to reflect the following copyright footer text.
© 2012 Belshaw Media. All Rights Reserved.
So far the code is...
echo " <span class='copyright'> ".__('Copyright','avia_framework')." 2012 Belshaw Media. All Rights Reserved. </span>";
I'd like to remove the word "Copyright". Is that possible?
Thanks for your help!














