// Minimal shortcode – plain list of Wiki articles
function gosiksha_wiki_plain_list_shortcode() {
    ob_start();
    
    $query = new WP_Query( array(
        'post_type'      => 'gs_explainer',
        'posts_per_page' => -1,
        'post_status'    => 'publish',
    ) );

    if ( $query->have_posts() ) {
        echo '<ul>';
        while ( $query->have_posts() ) {
            $query->the_post();
            echo '<li><a href="' . get_permalink() . '">' . get_the_title() . '</a></li>';
        }
        echo '</ul>';
    } else {
        echo '<p>No articles found.</p>';
    }

    wp_reset_postdata();
    return ob_get_clean();
}
add_shortcode( 'gosiksha_wiki_plain', 'gosiksha_wiki_plain_list_shortcode' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//gosiksha.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://gosiksha.com/post-sitemap.xml</loc>
		<lastmod>2026-05-11T06:01:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/page-sitemap.xml</loc>
		<lastmod>2026-05-05T07:22:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/sarkari_job-sitemap.xml</loc>
		<lastmod>2026-04-20T14:36:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/gs_country-sitemap.xml</loc>
		<lastmod>2026-04-18T15:22:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/gs_mock_test-sitemap.xml</loc>
		<lastmod>2026-05-08T11:53:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/state_job-sitemap.xml</loc>
		<lastmod>2026-03-18T14:03:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/gs_explainer-sitemap.xml</loc>
		<lastmod>2026-04-21T12:25:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/category-sitemap.xml</loc>
		<lastmod>2026-05-11T06:01:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://gosiksha.com/explainer_topic-sitemap.xml</loc>
		<lastmod>2026-04-20T03:58:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->