First let me say THANK YOU for a great plugin to WP. It has eliminated a lot of redundant code from my posts and pages.
I am a newbie to WP so excuse me for my ignorance.
My challenge is that shortcodes (shortcoder included) work great in pages and posts HOWEVER
they shortcodes (shortcoder included) are ignored and displayed as text in the excepts. I realize that this is a general problem and not specific to shortcoder but any guidance in getting this resolved would be much appreciated.
I saw a post on another site that suggested that adding
// ADD Shortcode processing to Excerpts
add_filter( ‘the_excerpt’, ‘shortcode_unautop’, 11);
add_filter( ‘the_excerpt’, ‘do_shortcode’, 11);
to the function.php would resolve the issue; in my case it did not.
Post excerpts work great both auto and manual and the html I have included does get processed correctly.
Thanks for YOUR time and effort!
-Robert
http://www.clanlindsaywa.org/USA/?p=1928” class=”bbcode_url”>http://www.clanlindsaywa.org/USA/?p=1928
[sc name="Section_Menu_AboutUs"] inserted in excerpt and works on the post.