Hi Guys,
Does anyone have any widgets for "WordPress Download Monitor"?
Thanks!
Hi Guys,
Does anyone have any widgets for "WordPress Download Monitor"?
Thanks!
@leckley,
This one works for me: (I have thrown this code into a widget - Note that I run the Executable PHP widget plugin by Otto).
<?php
echo '<ul>';
echo do_shortcode('[downloads query="limit=1&orderby=date&order=DESC" format="4" wrap="" before="<li class="nobullet">" after="</li>]');
echo '</ul>';
?>
Hope my input will point you in the right direction.
Cheers,
Robert
Thanks, much appreciated!
This topic has been closed to new replies.