This is my first Atahualpa site so bear with me.
Most of things I have worked out, but there are a couple of things that are not working for me.
The most annoying thing is that short codes (and the link inside them) used by Viper's plugin show up in the excerpt as a text.
It would be a nice idea to get rid of these links or make wp process them so the embedded video shows up.
I have searched around and it seems the only working solution is to add this
Code:
add_filter( 'the_excerpt', 'do_shortcode', 11 );
Viper's developer pointed out that if this isn't working for someone then they are out of luck. I believe that there has to be a solution and I don't believe I'm the only one with this problem. I tried to place this code in different section of the functions.php and tried different versions of the code, but with no result.
Maybe someone here could help me?