

    var getUrlParameter = function getUrlParameter(sParam) 
        {
            var sPageURL = decodeURIComponent(window.location.search.substring(1)),
                sURLVariables = sPageURL.split('&'),
                sParameterName,
                i;

            for (i = 0; i < sURLVariables.length; i++) {
                sParameterName = sURLVariables[i].split('=');

                if (sParameterName[0] === sParam) {
                    return sParameterName[1] === undefined ? true : sParameterName[1];
                }
            }
        };

    jQuery(document).ready(function()
        {
            
            jQuery('table.wp-list-table #the-list').sortable({
                
                                                        placeholder: {
                                                                        element: function(currentItem) {
                                                                            var cols    =   jQuery(currentItem).children('td:visible').length + 1;
                                                                            return jQuery('<tr class="ui-sortable-placeholder"><td colspan="' + cols + '">&nbsp;</td></tr>')[0];
                                                                        },
                                                                        update: function(container, p) {
                                                                            return;
                                                                        }
                                                                    },
                
                                                        'items': 'tr',
                                                        'axis': 'y',
                                                        'update' : function(e, ui) {
                                                           
                                                            var post_type           =   CPTO.post_type;
                                                            var order               =   jQuery('#the-list').sortable('serialize');
                                                            
                                                            var paged       =   getUrlParameter('paged');
                                                            if(typeof paged === 'undefined')
                                                                paged   =   1;
                                                            
                                                            var queryString = { "action": "update-custom-type-order-archive", "post_type" : post_type, "order" : order ,"paged": paged, "archive_sort_nonce"    :   CPTO.archive_sort_nonce};
                                                            //send the data through ajax
                                                            jQuery.ajax({
                                                              type: 'POST',
                                                              url: ajaxurl,
                                                              data: queryString,
                                                              cache: false,
                                                              dataType: "html",
                                                              success: function(data){
                                                
                                                              },
                                                              error: function(html){

                                                                  }
                                                            });
                                                        
                                                        }
                                                    });
       

    });
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.deutschecars.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.deutschecars.com/post-sitemap.xml</loc>
		<lastmod>2026-09-07T18:33:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.deutschecars.com/page-sitemap.xml</loc>
		<lastmod>2025-11-09T08:36:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.deutschecars.com/car-sitemap.xml</loc>
		<lastmod>2026-09-09T14:59:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.deutschecars.com/category-sitemap.xml</loc>
		<lastmod>2026-09-07T18:33:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.deutschecars.com/post_tag-sitemap.xml</loc>
		<lastmod>2020-09-21T08:45:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.deutschecars.com/carproducer-sitemap.xml</loc>
		<lastmod>2026-09-09T14:59:34+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->