• Hi,

    Thanks for the nice plugin, not sure this is really your problem, but 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 it should be, but no countdown clock ??

    I am using the Twenty Seventeen theme if that helps at all, I would be eternally grateful for any help you can give me with this problem.

    Kindest Regards
    Bam Bam

    The page I need help with: [log in to see the link]

  • The topic ‘Display Shortcode in Excepts’ is closed to new replies.