<?php// let's remove the default ClassiPress theme footer remove_action( 'appthemes_footer', 'cp_do_footer' ); // use this custom footer instead function pOnk_do_footer() { ?> ..... //my new footer code <?php } add_action( 'appthemes_footer', 'pOnk_do_footer' ); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)