How do I edit/delete the copyright/author text below the footer area?
Thanks!!
How do I edit/delete the copyright/author text below the footer area?
Thanks!!
Add following code to functions.php (insert it at the very bottom of the file)
add_filter('kriesi_backlink', 'inoplugs_backlink');
function inoplugs_backlink() {
return " - Webdesign by XXX";
}
and replace "Webdesign by XXX" with any text of your choice.
You must log in to post.