New blog here im trying to inbed this code in the footer.php - weird thing is i do not see the footer text their??? i want to add the codes below -- any HELP HERE??? <p class="copyright">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br> Copyright 2011. Free Remodeling News Subscriptions. All rights reserve
currently what is there , is there a file called footer.php or not and please explain what you are not able to do
First off I mentioned that coding in the footer.php does not display ...... That means the footer display on theme is not located on that file.... I've never seen this type of coding behavior ... In my WP tenor........ HELP...
<p class="">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br> Copyright 2011. Free Remodeling News Subscriptions. All rights reserve change it to <p class="hideme">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br> Copyright 2011. Free Remodeling News Subscriptions. All rights reserve === then in css .hideme { display:none; }
the code displaying on your site is coming from theme functions.php . The possibility is the functions file will be encrypted, which you have to decrypt to find the coding.