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
- How to get the custom post type from an archive page?
- Development of a WordPress Search Plugin – Best Practices
- Updating custom post meta with ajax
- Favouriting a Custom Post Type
- WordPress post sorting with AJAX
- Loading custom page template via plugin
- Filtering custom posts with Ajax
- Prevent reload confirmation after AJAX save
- is_singular() not working if called via callback function of admin-ajax.php
- How to filter post data with AJAX on page?
- Debug whats going on inside a function called from AJAX
- Is there an easy way to AJAX-ify saving of post?
- Ajax filter with custom taxonomies
- Filter posts with ajax form and checkboxes
- 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
- Getting the URL of the parent page
- Change archive page template using pre_get_post
- Ajax Check Post Status
- Received nothing after executing AJAX post function
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- Storing posts from query and accessing later via AJAX call
- Loading custom content type from ajax results?
- Custom post type is showing custom home page, not archive page
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Isotope Filtering with Bootstrap Tabs – Custom Post Type Query Loop in each Tab (Have to click twice to filter)
- AJAX load more for different custom post type loops
- Ajax Custom Post Filter is not filtering
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- 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
- Load Custom_post_type categories post with ajax
- 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
- My archive-posttype.php template is not loading
- Custom Post Archive is not working
- $post not working working in AJAX plugin with custom post type
- Load Next WordPress Posts With AJAX?
- Custom post type’s extra fields – how to handle?
- Getting 400 Bad Request on AJAX Call
- Which Template Page Should I Use?
- Display custom post types in wp_list_pages
- Custom post type archive page not showing on archive-posttype.php
- Custom post type with two templates
- 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
- Making a archive gallery page for a custom post type which already has an archive page
- 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?
- Archive templates based on taxonomies
- Organizing Custom Post Type Archive Template
- Updating custom post meta with ajax
- Custom filtering on month value only of an entire date field
- listing custom post type category page
- Archive custom template from search
- how to pass args for archive.php query?
- 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
- Appointment booking system in WordPress
- Issues with Ajax Pagination and Filtering
- Hide load more button if no more post in selected category
- Passing total post count to javascript
- get total post in category via ajx
- Default post showing more than intended
- Load more post with AJAX
- Get current post type within functions.php
- how can i call archive-{post type}.php template from my custom plugins to my theams?
- Search and filter terms of a custom post type only and display results
- Post current post type to my Ajax
- Ajax load more post button not showing