Display Shortcode in Excepts
-
Hi,
This issue is driving me nuts, I am a complete numpty when it comes to php and I have spent many hours researching and trying to solve this problem and I just can’t.
I have so far gotten to the point where I have added the code below to my funtions.php file in the child theme and from everything I have read it should work, but it doesn’t ??
add_filter('the_excerpt', 'shortcode_unautop'); add_filter('the_excerpt', 'do_shortcode'); add_filter('get_the_excerpt', 'do_shortcode',5 );
The last line of the code above has gotten me to the point where the actual shortcode no longer displays and there is a blank space where the countdown clock should be sitting above the text, but no countdown clock ??
I would be eternally grateful for any help anyone can give me with this problem.
Kindest Regards
Bam BamThe page I need help with: [log in to see the link]
- The topic ‘Display Shortcode in Excepts’ is closed to new replies.