Finally I found a solution. Maybe it could help someone else.
In my archive-filme.php I just used the basic loop:
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post();
get_template_part( 'content', get_post_format() );
endwhile; ?>
<?php else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
Now I use a page with an custom-template. In the content-div I placed
include get_bloginfo( 'url' )'/filme/?' . urldecode( $_SERVER["QUERY_STRING"] )
The query_string, cause I need to pass some GET-variables to the page.
For the ajax solution I used the checkboxes provided by Query Multiple Taxonomies and loaded the archive-filme.php into my content-div, again with the get variables.
I’m really not sure if this weird text can help someone, but I hope so.
Related Posts:
- Custom Post Type Settings page, choose page to display archive
- AJAX search on post pages by custom post type
- Development of a WordPress Search Plugin – Best Practices
- Favouriting a Custom Post Type
- Loading custom page template via plugin
- is_singular() not working if called via callback function of admin-ajax.php
- How to filter post data with AJAX on page?
- Is there an easy way to AJAX-ify saving of post?
- Ajax filter with custom taxonomies
- Pagination problems with multiple custom post type archive pages
- Full-Ajax Theme: parseJSON error while building a JSON object from a WordPress custom template
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- How to use wp_mail in CPT page
- WordPress custom post type archive with description
- CPT: archive-cpt.php VS custom page template
- Filter custom post type archive page with custom taxonomies (categories) with AJAX
- Custom post type and taxonomy permalinks – Structure
- Ajax form filter post by custom fields [closed]
- How to load custom post archives sub-pages with ajax?
- Navigation menus not showing because of custom post type filter
- Rewrite URL for only archive page (custom post type)
- Archive slider for CPT
- Display custom post data in sidebar w/ dropdown
- How To Create A Custom Taxonomy 404 Page
- Archive template for custom post type only lists first 10
- Change archive page template using pre_get_post
- Ajax Check Post Status
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- AJAX load more for different custom post type loops
- Ajax Custom Post Filter is not filtering
- JS innerhtml changing style when using AJAX
- Why is my site using index.php instead of archive?
- Custom post type – use ajax to display sub pages
- Custom post type archive page blank
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- Dynamic Custom Fields
- Load Next Posts With AJAX not working with custom post type
- Pagination with custom query, custom search form, single and pages, ajax and no plugins
- Retrieve custom post types by custom taxonomies with WP_Query
- Custom post type’s extra fields – how to handle?
- Getting 400 Bad Request on AJAX Call
- Which Template Page Should I Use?
- admin-ajax.php GET custom-post titles
- Pagination doesn’t function properly for archive of a custom post type set as the front page
- Post will not load via ajax
- Select2 AJAX and WP Query Returns ALL and does not filter
- How to integrate single and archive templates for custom post type in any WordPress theme
- ajax response not recieving
- Getting a GET error in console – 404 not found for wp-json
- Custom post type permalink uses archive page to display posts
- How do I update_post_meta() or add_post_meta() with an AJAX call
- Can’t replace the default sidebar with a custom sidebar on Custom Post Type in Genesis
- Multiple wp_editor instances in custom post type using Ajax
- Change Post Meta via AJAX from the posts list table
- How do I override the default number of items to be listed on an archive.php page? [duplicate]
- Best way for a plugin to define a custom post type archive template?
- Display custom-post type based on the Title matching the current selected value
- WordPress custom post type numeric pagination with ajax
- Is possible register two archive pages for single custom post type?
- Archive page of CPT’s custom Taxonomy
- Pagination links for custom post type shows correct number of links, but links result in Page not found
- How to filter custom post type by multiple Taxonomies
- Not saving custom taxonomy while using ajax
- Search for custom field input of a custom post type in ajax live search
- Finding the CPT archive template source
- WordPress next post by ajax call on button click
- Trying to list years (for a filter) but not all years display
- Use a template for a specific url slug without creating a page
- Attend event form with ajax
- ACF Pro Accessing fields on a Custom Post Type
- WordPress custom post type post item data – show/fetch only on click with Javascript dynamically?
- How to display custom post type pagination buttons when processing AJAX request
- My post loop needs to have 8 different post templates
- Show ajax form resuslts in page
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Ajax load more inside custom post type taxonomy
- Is there a best practice, or typical way to do AJAX updating for data on a custom admin screen or post.php?
- Filtering custom post using Ajax and taxonomies, keep getting 0
- Fetch loop of custom post types with AJAX
- Iterating over custom post type archive returns incorrect first ID
- Calling in Post Content via AJAX
- Submitting custom post from frontend,jQuery ajax, and custom validation – can’t find proper place to insert wp_insert_post()
- Custom post type archive page not showing on archive-posttype.php
- How do I make my archive page look like popular reviewing sites (e.g., Polygon and Gamespot) [closed]
- Display custom post type archive on page.php template
- Multiple archives for cpt, taxonomies, terms
- Get Non-Paginated Index of Post in Paginated Query
- How to assign custom post template to its custom taxonomy terms
- How to load more custom type posts through AJAX & LOAD MORE POSTS button
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Updating custom post meta with ajax
- Custom filtering on month value only of an entire date field
- update custom taxonomy with Ajax in edit.php file [duplicate]
- Pagination not working only on Archive-Name.php using new WP_Query
- How to filter custom post data with AJAX?
- Internal Server Error when echoing an OBJECT from wp ajax action function in functions.php to JS file
- How to make posts under custom post type not generate a URL / post
- Load posts via AJAX without draft status
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query