replace all mt- to sad-

This commit is contained in:
2025-05-20 23:36:11 -07:00
parent 0869581510
commit faaaaafb39
35 changed files with 637 additions and 637 deletions

View File

@ -17,23 +17,23 @@ declare(strict_types=1);
get_header();
$archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--masonry-style');
$archive_style = get_theme_mod('sophia_after_dark_archive_style', 'sad-archive--masonry-style');
?>
<div class="mt-page-content-wrapper">
<div class="sad-page-content-wrapper">
<div itemscope id="primary" class="content-area">
<main id="main" class="site-main">
<?php if ('mt-archive--block-grid-style' === $archive_style): ?>
<?php if ('sad-archive--block-grid-style' === $archive_style): ?>
<div class="archive-grid-post-wrapper">
<?php endif; ?>
<?php if (have_posts()): ?>
<?php if ('mt-archive--masonry-style' === $archive_style): ?>
<?php if ('sad-archive--masonry-style' === $archive_style): ?>
<div class="sophia-after-dark-content-masonry">
<div id="mt-masonry">
<div id="sad-masonry">
<?php endif; ?>
<?php
@ -43,7 +43,7 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
endwhile;
?>
<?php if ('mt-archive--masonry-style' === $archive_style): ?>
<?php if ('sad-archive--masonry-style' === $archive_style): ?>
</div>
</div>
<?php endif; ?>
@ -54,7 +54,7 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
<?php get_template_part('template-parts/content', 'none'); ?>
<?php endif; ?>
<?php if ('mt-archive--block-grid-style' === $archive_style): ?>
<?php if ('sad-archive--block-grid-style' === $archive_style): ?>
</div>
<?php endif; ?>