Wordpress plugins
Page Tags

Page Tags

Version : 0.2
Tested up to : 2.5
Number of download : 1832
Author : Rui Da Costa
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Page Tags
Page Tags
Page Tags
Page Tags

This plugin adds the function get_page_tags which allows you to get an array of tag objects for any page or post you want. Usage: <?php $tags = get_page_tags($post->ID); foreach($tags as $tag) { echo '<li id="tag-'.$tag->term_id.'"><a href="/'.$tag->slug.'">'.$tag->name.' ('.$tag->count.')</a></li>'; } ?> The array contains tag objects identical to the tag objects returned by the get_the_tags() Template Function.

Download now