Thread Starter
pwnd
(@pwnd)
OK, never mind. just cleaned cache and it appeared as it was there all time 🙂
Thread Starter
pwnd
(@pwnd)
Ekaterina, thanks for a reply, but that didn’t helped me at all.
I tried to activate/deactivate, install/uninstall it, the problem is the same.
Still looking for a help.
Thread Starter
pwnd
(@pwnd)
how can i make that? with link on the top of bg?
Thread Starter
pwnd
(@pwnd)
abooze, thanks for fast reply, but can You help me out.
I’m not strong at editing php and I dont know the full working code for this type of situation
Thread Starter
pwnd
(@pwnd)
thanks, I just found in my plugin manual with this code:
<?php if (function_exists('get_most_viewed')): ?>
<ul>
<?php get_most_viewed(); ?>
</ul>
<?php endif; ?>
works fine for me.