• Hi,

    I have popularity contest working just fine for my entire site but when I use the given code in the plugin’s option page it doesn’t work! Here is the given code that i’m using in the category template page i’ve created:

    <?php akpc_most_popular_in_cat(1); ?>

    or

    <php if (is_category()) { akpc_most_popular_in_cat(); } ?>

    Any help on this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter socialchris

    (@socialchris)

    BTW — it’s just blank… no errors or anything

    I’ve got exactly the same problem…
    I’ve googled around but the solution seems nowhere to be found.
    Anybody could help me out there?

    I’m finally able to figure out what went wrong.
    It’s just because I didn’t update the plugin to the latest version…
    When I upgrade it to 1.3b3, everything goes well.
    However, as always from WP2.5 on, you have to make a minor modification to the code. Change “../../wp” to “../wp”, or the activation will fail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Poplarity Contest by category does not work!’ is closed to new replies.