function wf_news_listing() {
    $q = new WP_Query(array('post_type'=>'post','post_status'=>'publish','posts_per_page'=>10,'orderby'=>'date','order'=>'DESC'));
    $out = '<div style="display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;padding:40px 0;">';
    if($q->have_posts()):
        while($q->have_posts()): $q->the_post();
        $out .= '<article style="background:#fff;padding:24px;border-radius:10px;border:1px solid #ddd;">';
        if(has_post_thumbnail()) $out .= '<a href="'.get_permalink().'">'.get_the_post_thumbnail(null,'medium',array('style'=>'width:100%;border-radius:6px;margin-bottom:12px;display:block;')).'</a>';
        $out .= '<p style="color:#888;font-size:13px;margin-bottom:6px;">'.get_the_date().'</p>';
        $out .= '<h3 style="margin-bottom:10px;"><a href="'.get_permalink().'" style="color:#1a1a1a;text-decoration:none;">'.get_the_title().'</a></h3>';
        $out .= '<p style="color:#555;font-size:14px;margin-bottom:14px;">'.wp_trim_words(get_the_excerpt(),25,'...').'</p>';
        $out .= '<a href="'.get_permalink().'" style="display:inline-block;padding:9px 18px;background:#e8500a;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;">Read Further</a>';
        $out .= '</article>';
        endwhile; wp_reset_postdata();
    else: $out .= '<p style="color:#333;">No posts yet.</p>';
    endif;
    $out .= '</div>';
    return $out;
}
add_shortcode('wf_news', 'wf_news_listing');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.wagerflame.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.wagerflame.com/post-sitemap.xml</loc>
		<lastmod>2026-05-25T16:36:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/page-sitemap.xml</loc>
		<lastmod>2026-05-25T17:06:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/casino-sitemap.xml</loc>
		<lastmod>2026-05-22T10:12:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/crypto_casino-sitemap.xml</loc>
		<lastmod>2026-05-21T19:36:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/how_to_play-sitemap.xml</loc>
		<lastmod>2026-05-24T18:03:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/category-sitemap.xml</loc>
		<lastmod>2026-05-25T16:36:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/wf_geo-sitemap.xml</loc>
		<lastmod>2026-05-22T10:12:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.wagerflame.com/author-sitemap.xml</loc>
		<lastmod>2026-05-20T12:34:18+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->