You can use the Neigborhoods shortcode to add Neighborhoods of only one Community Type.
So if you have many Communities, you can organize them by Type.
The shortcode block uses the Display Posts plugin. This plugin allows for flexibility to display your communities or neighborhoods.
The shortcode can be added to a Shortcode Block on your Home Page or any other page on your website.
You will add 2 new sections to the shortcode.
taxonomy="wap-community-type" and tax_term="slug-from-community-type"
Instead of the original shortcode, you will want to use this one:
[display-posts image_size="square-image" post_type="wap-community" taxonomy="wap-community-type" tax_term="slug-from-community-type" wrapper="div" wrapper_class="display-posts community grid" posts_per_page="6" ]
Be sure to use the slug from your own Community Type where indicated.