
<?
/*============================================
Change the image size on blog module
=============================================*/
add_filter( 'et_pb_blog_image_height', 'blog_module_image_size_h' );
add_filter( 'et_pb_blog_image_width', 'blog_module_image_size_w' );

function blog_module_image_size_h($height) {
    return '9999';
}
function blog_module_image_size_w($width) {
    return '9999';
}
?>


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://johnogradypaintings.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://johnogradypaintings.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap></sitemapindex>
