Hey.
Is there any way that i can make look my popularity contest posts widget like the BF featured posts widget?
It would be nice if they are displaying with thumbnail etc.
Thanks
Kaya
Hey.
Is there any way that i can make look my popularity contest posts widget like the BF featured posts widget?
It would be nice if they are displaying with thumbnail etc.
Thanks
Kaya
it's possible reprogram the plugin, but that requires some skill. It was easier to do this with the Yet Another Related Posts Plugin, since it allows custom theme templates.
ok i will test it.
sorry, i did not create new post, i think my question is suitable for this one

how to remove "%" or may be replace % with 1,2,3,4,5 and less popular? with percentage looks not so much ecstatic
Here's how to create a custom widget with the % replaced by numbers:
1. Install the Exec-PHP plugin.
2. Create a page and add this code:
<ol>
<?php if (function_exists('akpc_most_popular')) {
akpc_most_popular($limit = 10,
$before = '<li style="display:list-item; margin-left:24px; list-style-type:decimal;">', $after = '');
} ?>
</ol>
3. Add the page to the sidebar with the BF Page widget.
You must log in to post.