• Resolved seacrist

    (@seacrist)


    With the wordpress 5.0.3 update we are no longer able to see our tables in the excerpts of our posts.

    We have the this code:

    add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
    add_filter( ‘the_excerpt’, ‘do_shortcode’);

    in our theme’s functions.php file, which used to work, allowing us to use your shortcodes in our excerpts. But with the new wordpress update it stopped working. Do you know of a different code that needs put in or maybe it needs to be put somewhere else besides the functions file now?

    Thanks for your help

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, I have no idea what’s going on there, and I haven’t heard about any such Shortcode-related change in WordPress 5.0.x.
    I can only suggest to double-check your code in the theme, and maybe try with a WordPress default theme and all other plugins deactivated.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt shortcode’ is closed to new replies.