Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    This plugin uses Post Meta to store the ratings and hence it can’t rate categories.

    Thread Starter utnalove

    (@utnalove)

    OK thanks. I hope you’ll consider to add the option to rate:
    -Category pages
    -Tag pages
    -Homepage

    I hope it helps.
    Thanks

    torozov

    (@torozov)

    +1 for ability to rate categories!

    NicolaCirotto

    (@nicolacirotto)

    the best way is if I can choose the id type.
    For example I use BuddyPress plugin and I need vote for type ‘Activity’ and ‘User’.

    If it is possible to pass parameters to plugin it will be the best.

    For example:

    add_action('bp_get_activity_action', 'my_test');
    function my_test($content)
    {
    	global $activities_template;
    	$activity_id = $activities_template->activity->id;
    	$type = 'activity';
    	$content .= the_ratings('div', $activity_id, $type, false);
    	return $content;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to rate a category?’ is closed to new replies.