[wp-hackers] how to avoid [shortcodes] appearing in search link results?
Frank Bueltge
frank at bueltge.de
Thu Oct 28 12:53:08 UTC 2010
You must add filter the function for shortcodes do_shortcode to the search
result.
maybe:
add_filter( 'get_search_query', 'do_shortocode' );
But i have not test this.
Best regards
Frank
More information about the wp-hackers
mailing list