This commit is contained in:
AlxMedia 2022-09-16 11:24:38 +02:00
parent 2f2b873b2b
commit da8175c799
3 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,7 @@ $featured = new WP_Query(
<?php endwhile; ?>
<?php if ( ( get_theme_mod( 'featured-title' ) != '' ) ): ?>
<div class="featured-category-title"><span><?php echo get_theme_mod('featured-title'); ?></span></div>
<div class="featured-category-title"><span><?php echo esc_html( get_theme_mod('featured-title') ); ?></span></div>
<?php endif; ?>
</div>
</div>

View file

@ -85,6 +85,9 @@ Sidebar images
== Changelog ==
= 2.3.3 - 2022-09-16 =
* Fixed featured title escaping
= 2.3.2 - 2022-09-15 =
* Changed theme from premium to free

View file

@ -1,7 +1,7 @@
/*
Theme Name: Agnar
Theme URI: http://alx.media/themes/agnar/
Version: 2.3.2
Version: 2.3.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0