WordPress Plugins > WP-PostViews

[SOLVED]get_most_viewed_category, multiple categories ?

(1/1)

Fask:
hello, it's possible see 4/5 categories with function


--- Code: ---<?php get_most_viewed_category(); ?>
--- End code ---

is that correct?


--- Code: ---<?php get_most_viewed_category(ID_cat,ID_cat, ID_cat, 'post', 10); ?>
--- End code ---

Fask:
ok solved:

--- Code: ---<?php get_most_rated_category(array(31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,50,51,54),'post', 0, 10); ?>

--- End code ---

Navigation

[0] Message Index

Go to full version