Im trying to insert the shortcode into a hook but cant seem to get it to work.
here is my function
function add_counter(){
if( is_page( 'pagenamehere' ) ){
do_shortcode('[fergcorp_cdt_single date="november 8, 2011"]');
}
}
am i missing something? The hook works if i test it with a "find me!", just doesnt display the timer.
any help would be appreciated.