我在WordPress中有这个代码index.php 我想知道我怎样才能把这个转到functions.php 成为function?
<?php if (in_category(\'featured\')) : ?>
<a href="<?php the_permalink(); ?>"> <span class="featured_icon">
<img src="<?php bloginfo(\'template_directory\'); ?>/images/featured_icon.png" />
</span></a>
<?php endif; ?>
提前感谢您的帮助:)