// Force Exact Bricks Maintenance Template add_action('template_redirect', 'dwarfstar_force_bricks_maintenance', -9999); function dwarfstar_force_bricks_maintenance() { if (!current_user_can('manage_options') && !is_admin() && !wp_doing_ajax()) { // Bypass all caches header('Cache-Control: no-cache, no-store, must-revalidate, max-age=0'); header('Pragma: no-cache'); header('Expires: 0'); header('X-Accel-Expires: 0'); // Load your Bricks template by ID query_posts(array('p' => 1647, 'post_type' => 'bricks_template')); include(locate_template('single-bricks_template.php')); exit; } } https://dwarfstar.com/page-sitemap.xml 2026-03-23T01:07:46+00:00 https://dwarfstar.com/bricks_template-sitemap.xml 2026-05-01T17:09:07+00:00