Is it possible to create a page or link for top rated albums?
On the site I am working on, we will be voting on albums and not individual images, as a result we will ned to view the results of all albums instead of images.
Mark
Is it possible to create a page or link for top rated albums?
On the site I am working on, we will be voting on albums and not individual images, as a result we will ned to view the results of all albums instead of images.
Mark
Firstly, I assume you mean galleries, not albums.
Secondly, you would be able to get the top rated galleries, by querying [wp_]nggv_votes, grouping by gid (where gid > 0), and ordering by the AVG-ed vote column DESC.
You're right, I did mean to say galleries, sorry about that.
I hate to bother you with this, but I am more familiar with drupal than I am with wordpress. Do you mean I should be creating a page or editing the ngg-voting script.
Can I just edit the code below to load gallery results or add similar code to call for gallery results:
[Code moderated as per the Forum Rules. Please use the pastebin]
The best place to add custom functionality would probably be your theme's functions.php file.
You can write a function there, and call it in the template you want to display it.
You must log in to post.