Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bjorsq

    (@bjorsq)

    If you have access to the theme files, there are a number of ways you can process shortcodes in excerpts, depending on the method used. For instance, if the excerpt is added to pages using the_excerpt();, you could change this to echo do_shortcode(get_the_excerpt());. Another approach would be to try the techniques outlined here:

    https://stephanieleary.com/2010/02/using-shortcodes-everywhere/

    Hope this helps

    Plugin Author bjorsq

    (@bjorsq)

    I’m marking this as resolved as it is not about the plugin, but about shortcode execution in themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caption shortcode showing’ is closed to new replies.