I am trying to use shortcodes in an excerpt. I notice that in the theme(not one of wpmudev) I am using the function add_filter('the_excerpt', 'do_shortcode'); is in there, but shortcodes are still not working. Are you aware of any reason it still might not work?
I have eclipse set up and I was going to step through the code to see if I could figure out why it is not working. Can someone suggest a good place to toggle a breakpoint? Or maybe a function to take a look at?
Thanks.