Viewing 1 replies (of 1 total)
  • Plugin Author Stephanie Leary

    (@sillybean)

    Yes.

    add_filter('recent_posts_with_excerpts_query', 'my_excerpt_query');
    function my_excerpt_query( $q ) {
       $q['post_type'] = 'my_custom_post_type_name';
       return $q;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Use with custom post type’ is closed to new replies.