どうもタイトルが大文字化されてしまうのが気にいらないが、設定で変えることはできないみたいなので、無理やりPHPのソースで変更。ようは class=”text-uppercase” を取るだけですが。
--- ./template-parts/content.php.org 2022-10-13 09:49:25.320214763 +0900
+++ ./template-parts/content.php 2022-10-13 09:49:53.904372334 +0900
@@ -35,7 +35,7 @@
<?php }?>
</div>
<?php }?>
- <h2><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php echo the_title_attribute(); ?>" class="text-uppercase"><?php the_title(); ?><span class="screen-reader-text"><?php the_title(); ?></span></a></h2>
+ <h2><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php echo the_title_attribute(); ?>"><?php the_title(); ?><span class="screen-reader-text"><?php the_title(); ?></span></a></h2>
<?php if(get_theme_mod('lawyer_lite_blog_post_description_option') == 'Full Content'){ ?>
<?php the_content(); ?>
<?php }
@@ -51,4 +51,4 @@
<?php } ?>
</div>
<div class="clearfix"></div>
ソースをいじってるのでテーマをアップデートすると戻っちゃうのが難点。
Related Postsのほうも大文字になっちゃって、これは template-parts/content.php を同様に直せばいいけど、これもテーマの更新ごとに直すのはめんどくさいな。今回は一応やったけど。
設定で変えられるように一応要望を出しておきました。
https://wordpress.org/support/theme/lawyer-lite/