On your custom post type’s single page, you want to treat it similar to your standard post single template. For the most part, you should wrap everything in your single template in one loop like so:
<? get_header(); ?>
<? if(have_posts()): while(have_posts()): the_post(); ?>
<!--Your content goes here-->
<? endwhile; endif; ?>
<? get_footer(); ?>
As far as custom taxonomies are concerned, you may want to look into custom taxonomy page templates: http://codex.wordpress.org/Template_Hierarchy#Custom_Taxonomies_display
You can make a template like taxonomy-neighborhood.php, and then include the loop and all functions necessary to display all your listings in each neighborhood. This template will then automatically display whatever neighborhood was queried, allowing you to link directly to pages like yoursite.com/compton or yoursite.com/brooklyn. This functionality is very similar to how your single page is used to display any house.
Related Posts:
- Getting custom taxonomy from custom post type
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- Retrieve a specific field from taxonomy term through advanced custom fields [closed]
- get terms that have post with custom post type between 2 values
- Show ACF field from custom taxonomy and display on the single template
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Linking three taxonomies with ACF
- Get Custom Field Values by Another Custom Field in WordPress
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- Create 3 Level Relations with ACF and WordPress
- get_posts of Custom Post Type AND Custom Taxonomy
- Retrieve value of a category’s custom field
- Custom Taxonomy terms aren’t getting referenced or saved in Quick Edit or Bulk Edit, only on Single product page?
- Query Custom Post Type Taxonomy term with multiple parameters
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- How to group posts and get a mixed posts and groups view?
- How to define the template for custom posts?
- Get A Custom Field From A Custom Taxonomy Of A Custom Post Type [closed]
- ACF – Retrieve custom taxonomy from a relationship field
- Custom front-end form for adding post – Category problem
- Create loop from selected terms in ACF taxonomy field
- Sort custom posts by date and then by taxonomy
- Display Custom Field or Custom Taxonomy in front page /post/product
- WP_Query not using custom taxonomy categories on custom post type
- If ACF Post Object post has custom taxonomy term…
- Some posts not displaying by taxonomy term
- Taxonomy shows up twice on Custom Post Type
- How to display custom post type pagination buttons when processing AJAX request
- Display custom tax in “while” loop
- Best way to have one product in both rental and sale parent category
- How to query posts by meta keys AND under specific category?
- Advanced Custom Fields: query posts filtered by multiple field values
- ACF Relationship: Group posts by parent category term, then child [closed]
- Custom taxonomy meta fields
- Custom Sort Order for Custom Post Type Taxonomy
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding
- Custom fields disappearing when a custom post type is assigned
- Check if a custom taxonomy archive page is being displayed
- How to limit the number of terms (terms acts like categories)
- Semantic URL Custom Post Type and Taxonomies permalinks
- Displaying Posts Related to Other Posts by a Taxonomy Term?
- Add custom taxonomy to custom post type
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Ajax filter with custom taxonomies
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- Is slug “type” reserved and can’t be used in taxonomy rewrite?
- Adding Custom Taxonomy Archive Link to Nav Menu Shows Up As (Invalid)
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- CPT Search Form with Taxonomy filter & Or
- Weird problem happening with custom taxonmy when creating/updating posts
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Validate custom fields before save using WordPress Rest API
- Why get_posts() not returning only selected category posts from Custom Post Type?
- How to use custom taxonomies to reference complex relationships?
- How to checked selected category checkbox when my custom post inserted from frontend
- WP Rewrite Rule Issue while using Custom post type & taxonomy
- How to edit this code to get the categories in achieve page?
- Get general taxonomy name for a Custom Post Type
- List Taxonomy Terms based on another Taxonomy
- set permalink for CPT
- Taxonomy/Custom post type structure suggestion on a movie site
- Check if post has specific tag_ID in custom post type
- custom post type vs. conditionally displaying meta boxes for specific terms?
- How to make WP_Query not to show irrelevant posts?
- How to list tags from custom post type attachments?
- How to sort a WP_Query by a custom field AND ALSO filter by a different custom field
- How to display custom taxonomy term meta on custom post type
- Print all the tags from a custom post type
- does wp_insert_term link the term to a certain post ID?
- What should I learn to develop event management in wordpress? [closed]
- wp-includes does not contain a feed template
- Custom post type category permalinks and archive pages
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Custom endpoint filtering post by custom taxonomies
- Custom post type rewrite url structure with taxonomy and sub taxonomy
- Custom post ID & display information related to this ID
- Custom Post Type with Category Separate
- Define multiple prefixes for custom post type
- Custom post type not pulling CSS
- Button link display in shortcodes using custom field in ACF
- Related posts by taxonomies does not work , what could be the reason?
- Display first post of a term in taxonomy template
- How to transfer categories (default) to custom taxonomy?
- Order archive custom posts by taxonomy term [duplicate]
- Problem displaying posts for a category in a custom taxonomy
- Custom permalink rewrite rules – how do I fix this?
- Create Inclusions and exclusions
- Associate custom CPT with another CPT’s taxonomy and rewrite permalinks
- Same permalink structure for all post types?
- WordPress custom post type
- How to have working breadcrumbs with several taxonomies associated with a custom post type
- Modifying and Displaying URL’s in a Post Template using parse_url
- Custom Post Types on Custom Categories
- Get all post from custom post type in custom taxonomy
- cannot export data from CPT UI (books)
- Is it possible for post and custom post type to share a category base slug?
- WP Query filtering by custom category not showing all relevant posts
- Creating subpages for each custom post type
- How to correctly edit permalink structures for both default and custom posts/taxonomies?
- Custom Taxonomy archive with url parameters