$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$the_query = new WP_Query( array(
    'post_status' => 'publish',
    'paged' => $paged,
    'posts_per_page' => 5, // Number of posts to display
    'orderby'     => 'date',
    'order' => 'DESC'
) );
 
 
if ($the_query->have_posts()) :
    while ($the_query->have_posts()) : $the_query->the_post();
        // Content
    endwhile;
endif;
?>
<!-- start pagination -->
<div class="pagination">
</div><!-- end pagination --><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://ribsocks-fetish.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://ribsocks-fetish.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://ribsocks-fetish.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://ribsocks-fetish.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://ribsocks-fetish.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://ribsocks-fetish.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
