function techdevrise_setup() {

    add_theme_support('title-tag');
    add_theme_support('post-thumbnails');
    add_theme_support('custom-logo');
    add_theme_support('html5', array(
        'search-form',
        'comment-form',
        'comment-list',
        'gallery',
        'caption',
        'style',
        'script'
    ));

    register_nav_menus(array(
        'primary_menu' => __('Primary Menu', 'techdevrise')
    ));
}

add_action('after_setup_theme', 'techdevrise_setup');

function techdevrise_assets() {

    wp_enqueue_style(
        'google-fonts',
        'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap',
        array(),
        null
    );

    wp_enqueue_style(
        'techdevrise-style',
        get_stylesheet_uri(),
        array('google-fonts'),
        wp_get_theme()->get('Version')
    );

    wp_enqueue_script(
        'techdevrise-main',
        get_template_directory_uri() . '/assets/js/main.js',
        array(),
        wp_get_theme()->get('Version'),
        true
    );
}

add_action('wp_enqueue_scripts', 'techdevrise_assets');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//techdevrise.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://techdevrise.com/post-sitemap.xml</loc>
		<lastmod>2026-07-30T07:57:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://techdevrise.com/page-sitemap.xml</loc>
		<lastmod>2026-07-29T21:22:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://techdevrise.com/category-sitemap.xml</loc>
		<lastmod>2026-07-30T07:57:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://techdevrise.com/author-sitemap.xml</loc>
		<lastmod>2026-07-30T00:19:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->