Don Carroll

Results 1 comments of Don Carroll

Unhook it from the content within the single loop. Something like this: if ( wp_is_mobile() ) { remove_filter('the_excerpt', 'dd_hook_wp_content'); remove_filter('the_content', 'dd_hook_wp_content'); } Drop that in right before the_content() or the_excerpt()....