Use shortcodes in Excerpts
-
Hi,
This probably isn’t really a plugin problem but I have searched high and low and can’t find an answer that works.
I would like to add a shortcode to the post excerpts in Twenty Seventeen, I found the code below that will supposedly allow it to work, but it doesn’t.
add_filter( 'the_excerpt', 'shortcode_unautop'); add_filter( 'the_excerpt', 'do_shortcode');
I also found this on Stack Exchange, but I’m not sure how to modify it to suit or if it would even solve the problem.
function drcap ($atts, $content = null) { return '<div class="dropcap">' . do_shortcode($content) . '</div>'; } add_shortcode('dropcap', 'drcap');
This is the shortcode I am trying to get to display properly.
[ujicountdown id="Days Until ICO Closes" expire="2018/02/27 00:00" hide="true" url="" subscr="Bankera ICO" recurring="" rectype="second" repeats=""]
I would be eternally grateful for any help with this, I have yet to get my head around php.
Kindest Regards
Bam BamThe page I need help with: [log in to see the link]
- The topic ‘Use shortcodes in Excerpts’ is closed to new replies.