Return to Snippet

Revision: 14260
at July 8, 2009 21:31 by fabi


Updated Code
// Remove thesis attribution link
remove_action('thesis_hook_footer', 'thesis_attribution');

Revision: 14259
at May 27, 2009 01:13 by fabi


Initial Code
<h2>Thesis: Remove Attribution Link from the Footer</h2>
    <p>Open <code>custom_functions.php</code> in whichever editor you prefer, and type the following code:</p>
    <pre>// Remove thesis attribution link
remove_action('thesis_hook_footer', 'thesis_attribution');
</pre>

Initial URL


Initial Description


Initial Title
Thesis: Remove Attribution Link from the Footer

Initial Tags
link, wordpress

Initial Language
PHP