Comments on: Change thesis theme footer using custom hook https://nabtron.com/change-thesis-theme-footer-using-hook/ Technology & Programming Guide Fri, 16 Oct 2015 20:25:18 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Nabtron https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-17917 Sun, 14 Sep 2014 11:03:30 +0000 http://nabtron.com/?p=3382#comment-17917 In reply to Kim.

probably, which version of thesis theme for wordpress are you using ?

]]>
By: Kim https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-17612 Sat, 06 Apr 2013 14:00:10 +0000 http://nabtron.com/?p=3382#comment-17612 This code didn’t work for me either…I’m using Thesis 1.8.5…have things changed since you posted this? Thanks

]]>
By: Nabeel https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-9833 Tue, 12 Jul 2011 04:38:58 +0000 http://nabtron.com/?p=3382#comment-9833 In reply to Joseph Requerme.

i don’t think so (you should read their license terms to make sure)

however, they are breaching wordpress license, so they can’t claim their licenses anyway,

]]>
By: Joseph Requerme https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-9828 Tue, 12 Jul 2011 02:35:57 +0000 http://nabtron.com/?p=3382#comment-9828 Okay..I will try it. Does it require to have a developers license?

]]>
By: Nabeel https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-9827 Tue, 12 Jul 2011 02:13:44 +0000 http://nabtron.com/?p=3382#comment-9827 In reply to Joseph Requerme.

please write the quote marks manually and tell me if it worked.

]]>
By: Joseph Requerme https://nabtron.com/change-thesis-theme-footer-using-hook/#comment-9814 Mon, 11 Jul 2011 18:24:47 +0000 http://nabtron.com/?p=3382#comment-9814 remove_action('thesis_hook_footer', 'thesis_attribution'); function add_custom_footer () { ?> © 2010 Nabtron.com – All rights reserved. <?php } add_action('thesis_hook_footer', 'add_custom_footer');

I understand that this was written in 2010? it does not work for me. I did it only on 1 site and when I tried to implement it on other blog, I cannot remove this footer link. Both are newly made sites.

]]>