Title: Include custom post meta-data into multirating
Last modified: August 19, 2016

---

# Include custom post meta-data into multirating

 *  Resolved [videosurfer](https://wordpress.org/support/users/videosurfer/)
 * (@videosurfer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating/)
 * GD Star Rating has a brilliant template system. However one feature it does not
   have is the ability to pull custom meta-data. I am looking for a way to pull 
   custom post meta-data into the multirating results.
 * I don’t think this would be too hard to do, given that you can pull exerpts, 
   author links, titles, slugs, etc from posts that have been rated.
 * Does anyone have any suggestions (I assume the code would need to be customized
   for this, but if not that would be a plus)?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Milan Petrovic](https://wordpress.org/support/users/gdragon/)
 * (@gdragon)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating/#post-1906627)
 * Well, in fact you can get any data. T2 template system I developed for GD Star
   Rating can be expanded using filters to include more tags that supported by the
   plugin.
 * Check out render.php in code/t2 folder. Each rendering method for each template
   has filters allowing expanding. Also, check filters.html in info folder for more
   details.
 * I work now on T3 templates system that will be able to run PHP even inside the
   template (it’s in development, but it’s already used by my GD aZon FUSION plugin:
   [http://www.dev4press.com/plugins/gd-azon-fusion/](http://www.dev4press.com/plugins/gd-azon-fusion/))
 *  Thread Starter [videosurfer](https://wordpress.org/support/users/videosurfer/)
 * (@videosurfer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating/#post-1906629)
 * Thank you Milan, this helped a lot.
 * What I did:
 * In render.php I created a new string (call it %STRING%) of the meta-tag I wanted
   to include in the multirating result. I then called it through the get_post_meta()
   function and passed it as the %STRING% result.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Include custom post meta-data into multirating’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [videosurfer](https://wordpress.org/support/users/videosurfer/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating/#post-1906629)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
