Version 1.0.0 - Initialisation du thème WP Theme SEN2

This commit is contained in:
2025-10-08 13:13:39 +00:00
parent 12e58c8ec7
commit fc84f5aa27
3 changed files with 40 additions and 46 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
<div class="site-branding">
<h1 class="site-title">
<a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a>
<?php if (get_theme_mod('portfolio_photo_show_slogan', true)) : ?>
<span class="site-slogan"><?php echo esc_html(get_theme_mod('portfolio_photo_slogan', 'Photographier l\'humain, révéler l\'essentiel.')); ?></span>
<?php if (get_theme_mod('wp_theme_sen2_show_slogan', true)) : ?>
<span class="site-slogan"><?php echo esc_html(get_theme_mod('wp_theme_sen2_slogan', 'Photographier l\'humain, révéler l\'essentiel.')); ?></span>
<?php endif; ?>
</h1>
</div>