Tag Cloud – Adding Syndication Icon
-
I have a tag cloud page that is in list format. It is displaying fine, but I want to add two small syndication icons immediately after each tag name. What code do I need to add so readers can easily subscribe to a tag feed by clicking an icon? Currently, this is what I have:
____________________
<?php /* Template Name: Tag Archive */ ?> <?php get_header() ?> <div id="content"> <div id="category_page"> <?php global $posts_per_page, $paged; ?> <h1>Tag Archive</h1> <div class="left single"> <h4><?php wp_tag_cloud('smallest=10&largest=10&number=100&format=list'); ?></h4> </div> </div> <?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Tag Cloud – Adding Syndication Icon’ is closed to new replies.