Tagged: x Author Posts March 25, 2016 at 7:46 am #852335 damadorParticipant noticed one thing – when i do site search for a term it return also “posts” from envira gallery – as the plugin is a very modified version of it it dont display pos galeries at all eg search returns from my site http://imgur.com/9fcBxe8 return 404 http://imgur.com/1LWWtJA March 25, 2016 at 8:00 am #852353 damadorParticipant add_action( 'init', 'update_my_custom_type', 99 ); /** * update_my_custom_type * * @author Joe Sexton <joe@webtipblog.com> */ function update_my_custom_type() { global $wp_post_types; if ( post_type_exists( 'my-custom-type' ) ) { // exclude from search results $wp_post_types['envira']->exclude_from_search = true; } } that one worked 🙂 could we use toogle in theme as the post arnt gallereis at all March 25, 2016 at 10:25 am #852497 DarshanaModerator Glad you were able to figure it out 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-852335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In