mirror of
https://ghproxy.net/https://github.com/AlxMedia/agnar.git
synced 2025-08-26 06:15:44 +08:00
2.3.3
This commit is contained in:
parent
2f2b873b2b
commit
da8175c799
3 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue