HI!
Thanks for the great slide plugin! Just if you can please exclude slides post type from search results, it looks strange in search results :)
Thanks.
HI!
Thanks for the great slide plugin! Just if you can please exclude slides post type from search results, it looks strange in search results :)
Thanks.
You need to edit post-types.php, which is found under "captain-slider/includes/admin/
Find function ctslider_register_slides_posttype and then
add
exclude_from_search' => true,
in labels array
It will excludes slides from search results.
Hope you find it helpful.
thanks! Actually I added to into
$post_type_args = array(
and then it worked. It it probably will be overwritten when the plugin updates. Any ideas? How to include it in my child theme for twentyeleven?
You must log in to post.