Add RSS subscription support

This commit is contained in:
User
2026-03-12 16:42:57 +08:00
parent f9dc3f7a40
commit d11873f921
4 changed files with 43 additions and 1 deletions

View File

@@ -714,6 +714,14 @@ $author_desc = get_option('argon_sidebar_author_description');
</nav>
<?php if (get_option('argon_show_rss_link', 'false') == 'true') : ?>
<div class="site-rss">
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank" class="btn btn-primary btn-sm btn-icon-only rounded-circle" data-toggle="tooltip" data-placement="bottom" title="<?php _e('RSS 订阅', 'argon'); ?>">
<i class="fa fa-rss"></i>
</a>
</div>
<?php endif; ?>
<?php
/*侧栏作者链接*/