Comments 2Fjura started the conversationOctober 13, 2022 at 7:40amHello,may I ask, is it possible to remove Portfolio pages from the search result page? Thank you 2,610PenciDesign repliedOctober 13, 2022 at 7:58amHi,Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here: add_action( 'init', 'fjura_update_my_custom_type', 99 ); function fjura_update_my_custom_type() { global $wp_post_types; if ( post_type_exists( 'portfolio' ) ) { // exclude from search results $wp_post_types['portfolio']->exclude_from_search = true; }} Regards,PenciDesign. 2Fjura repliedOctober 13, 2022 at 12:04pmHello,thank you, I added it, but it seems nothing happens, you can still see the portfolio in search result: https://www.lenivakucharka.sk/?s=steak 2,610PenciDesign repliedOctober 13, 2022 at 1:36pmHi,For this case, please send me your WordPress admin account in a PRIVATE reply.I'll log in and try to help you.Regards,PenciDesign. 2Fjura repliedOctober 17, 2022 at 1:04pmHello,thank you, but is there no other way of myself fixing it with your help? thank you 2,610PenciDesign repliedOctober 17, 2022 at 1:34pmHi,You can install the Ivory Search plugin and then exclude any post type you want by following the document here: https://wordpress.org/plugins/add-search-to-menu/Regards,PenciDesign. Sign in to reply ...
Hello,
may I ask, is it possible to remove Portfolio pages from the search result page? Thank you
Hi,
Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here:
Regards,
PenciDesign.
Hello,
thank you, I added it, but it seems nothing happens, you can still see the portfolio in search result:
https://www.lenivakucharka.sk/?s=steak
Hi,
For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you.
Regards,
PenciDesign.
Hello,
thank you, but is there no other way of myself fixing it with your help?
thank you
Hi,
You can install the Ivory Search plugin and then exclude any post type you want by following the document here: https://wordpress.org/plugins/add-search-to-menu/
Regards,
PenciDesign.