[Plugin: Easy Popular Posts] show=false does not work
-
<?php if (function_exists('popularPosts')) { $populars = popularPosts('show=false'); if (is_array($populars)) { foreach ($populars as $popular) { var_dump($popular); } } } ?>
I tried the above, following your FAQ from the plugin repository. But show=false does not return the links, it just spits them out as if false was not in the parameters. Am I doing something wrong? I will look into the code later.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Easy Popular Posts] show=false does not work’ is closed to new replies.