<?
// Tema Destekleri
function aurakent_setup() {
    add_theme_support('title-tag');
    add_theme_support('post-thumbnails');
}
add_action('after_setup_theme', 'aurakent_setup');

// SMTP Ayarları (Burayı kendi bilgilerinizle güncelleyebilirsiniz)
add_action('phpmailer_init', 'aurakent_smtp_setup');
function aurakent_smtp_setup($phpmailer) {
    $phpmailer->isSMTP();
    $phpmailer->Host = 'smtp.example.com'; // Kendi SMTP hostunuz
    $phpmailer->SMTPAuth = true;
    $phpmailer->Port = 587;
    $phpmailer->Username = 'bilgi@aurakent.com';
    $phpmailer->Password = 'sifreniz';
    $phpmailer->SMTPSecure = 'tls';
    $phpmailer->From = 'bilgi@aurakent.com';
    $phpmailer->FromName = 'Aura Kent Ankara';
}
?><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.aurakent.com.tr/sitemaps.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap>
							<loc>https://www.aurakent.com.tr/post-sitemap1.xml</loc>
							<lastmod>2026-04-01T14:39:30+00:00</lastmod>
						</sitemap><sitemap>
							<loc>https://www.aurakent.com.tr/page-sitemap1.xml</loc>
							<lastmod>2026-04-02T13:31:06+00:00</lastmod>
						</sitemap><sitemap>	
							<loc>https://www.aurakent.com.tr/category-sitemap1.xml</loc>
							<lastmod>2026-04-10T12:12:31+00:00</lastmod>
						</sitemap></sitemapindex>