How to add a copywrite sign in my site in the place where there was “prowdly powered by wordpress” ?
2 Answers
To resolve this problem you can open the sidebar.php file / go to line 36 and then you can change it here.
See the Screenshot: http://imgur.com/WKkPlL9
Regards,
Dominic
what should I add in place of that
It’s not working
Ok its working now. But there is a problem: the link is clickable and it is leading to wordpress website. I dont want link. I just want a simple text
You can change the code to:
<div id="copyright">Proudly powered by WordPress</div>
But It’s better if you can insert a link to WordPress in order to support WordPress community.
Please login or Register to submit your answer