Revision: 14260
Updated Code
at July 8, 2009 21:31 by fabi
Updated Code
// Remove thesis attribution link remove_action('thesis_hook_footer', 'thesis_attribution');
Revision: 14259
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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