I am using the Vote Me Up plugin http://wordpress.org/extend/plugins/vote-it-up/ on my site. I have the MostVotedAllTime function showing the top 10 posts. Currently this displays the Post Title only. I am wondering if it is possible to display a custom taxonomy associated with the post here.

for example it is a chart showing music albums where the post title is the album title. I have a taxonomy called artist which i would also like to display in the chart.

Does anybody know if this is possible or if there are any better plugins for this?

Here is the code for the MostVotedAlltime() function

Answer

Use get_the_term_list() to print the assigned terms.

Example:

Replace ‘taxonomyname’ and ‘Taxonomy Label: ‘ with the values you actually need.

Share →

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>