Trying to figure out (through the backend/admin options) to not have ads AT ALL in the thesis theme.
Ideas?
Trying to figure out (through the backend/admin options) to not have ads AT ALL in the thesis theme.
Ideas?
Are you just trying to remove the ad in the footer?
Thesis > Custom File Editor > custom_functions.php:
remove_action('thesis_hook_footer', 'thesis_attribution');
This topic has been closed to new replies.