For question 1, use a custom field when you create the page and use the same template each time. Here is an example using a custom field named house_type
.
<?php
// Template Name: House Type
[ ... ]
$house_type = get_post_meta( get_queried_object_id(), 'house_type', true );
$args = array (
'post_type' => 'house',
'orderby' => 'meta_value',
'house_type' => $house_type,
'order' => 'DESC',
'posts_per_page'=> -1,
);
Ask the other two questions as two separate new questions. It is easier to find 3 people who can answer one question each than it is to find one person that can answer all 3 questions.
Related Posts:
- If on term-page -> get the current term?
- Custom Taxonomy Breadcrumb Navigation
- Get the posttype of a taxonomy/term
- Post template with breadcrumb needs to show page navigated from
- Breadcrumb that shows multiple custom taxonomies
- How to retrieve taxonomy terms of the current custom post?
- how do I create a breadcrumb to work with multiple custom taxonomies
- Remove Custom Taxonomy Metabox from Custom Post Type Screen
- Get terms by taxonomy AND post_type
- How to get the posts of a custom taxonomy term
- Permalink Structure for Multiple Post Type Archives by Taxonomy
- How can I rewrite URLs to pass taxonomy and post type values to the query?
- Get Custom Taxonomy ID within loop
- Custom Post Types not showing on Custom Taxonomy archive page
- Remove Trash / Delete option for Custom Post Type / Taxonomy
- How to filter custom post types by custom category taxonomy
- Highlight menu item when on a custom post type?
- remove support for ‘Categories’ for a custom post type
- How to setup a Custom Taxonomy Term template
- How to select one major category (or custom taxonomy) for a custom post type?
- Custom taxonomy & post slug permalink
- Retrieve a specific field from taxonomy term through advanced custom fields [closed]
- Custom Taxonomy List links being re-written
- Child and grandchild taxonomy listings – 404
- Limit taxonomy results to a single cpt
- Bulk 301 redirect for custom post type
- Display custom taxonomy as dropdown list
- Automatically Add a Category to a Custom Post Type
- Associate Taxonomies Across Post Types
- Custom Permalink Tag breaks Pagination
- ‘category__and’ for custom taxonomy?
- Custom post query by taxonomy
- Relationship between two taxonomies and a custom post type [closed]
- Sharing a custom taxonomy with Multiple custom post types
- next_post_link on custom taxonomy
- Show Two custom Post type and their posts on category page
- Insert HTML inside link in a walker
- Change Permalink Structure for Tag.php template
- CPT UI change custom taxonomy url
- Get post from custom post type order by two taxonomies
- How to convert custom post type based list to a dropdown list?
- Show posts from two or more custom taxonomy terms
- Custom Taxonomy Archives on Custom Post type Page [duplicate]
- How can I make the slug of the taxonomy also the slug of the custom post
- How to list custom taxonomies in the back end
- How do I display the grand child items of a taxonomy term?
- Is it better to use WordPress Custom Post Types or Taxonomies?
- How to get custom posts sub category link
- Top Level pages in wordpress giving 404, but child pages working fine
- Search by tag name and category
- Query posts with double taxonomy
- get_the_title() is returning results from previous loop
- Loop to display custom post type from a custom Taxonomy
- Creating two loops based on different logic
- get_category_link() for custom post type does not include custom slug rewrite?
- category list with cutom post count
- Custom Search | check multiple meta_value for search value
- Custom post type and taxonomy cross registration [duplicate]
- How to create a template to show child terms of a MAIN taxonomy
- Using WP_Query, I want to show posts that are associated with a custom taxonomy term
- How do I add new post formats to twenty fourteen theme?
- Foreach loop returning more than one item when querying taxonomy
- Display next 3 posts based on custom taxonomy
- Check when the post type changes, and display content
- custom post archive URL is wrong
- Display latest post of taxonomy
- Custom post type and multi taxonomies + customize url
- In child theme, add CPT to custom taxonomy registered in parent theme
- Custom taxonomies not displaying in some custom posts
- WordPress Custom Taxonomy – If not parent term
- Static Front Page not working for custom theme
- WP_Query to display number of custom post type filtered (order by) taxonomy
- Live search by custom tag
- Set a Default CPT taxonomy by taxonomy id
- Custom taxonomy terms registered not showing when added in child theme
- I cannot display custom posts in custom taxonomy
- How to change URL structure for custom post type in wordpress? Custom taxonomy + custom Post name [duplicate]
- Custom taxonomy with custom post type template not showing
- Loop to display parent categories in custom taxonomy
- Custom post edit page permalink links to edit page rather than the post
- Not Able to List CPT Based on Taxonomy Term
- Filter Term By Parent Term – Custom Post Type
- Display all Custom taxonomy terms and their relevant custom posts
- CPT Efficient way to display posts from different categories with custom query
- Best way to group posts based on custom post type terms
- redirect old post type url to new structure url
- Render custom taxonomy query as single template
- Custom meta-box for all custom post types
- Display and Allow users to edit their own profiles
- Remove custom taxonomy ‘post-type’ from post URL
- Advanced search form with filters for custom taxonomies and custom fields
- Building a List of Posts grouped by custom taxonomy as the section header only to be displayed if at least one post is in that tax
- Custom My account page and custom page for editing posts
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Require Custom Taxonomy for Custom Type
- 404 Error On Custom Taxonomy Pages 2, 3, etc
- Custom taxonomy meta fields
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- Problem with shortcode
- WP Query – Can’t get posts with specific taxonomy