[Plugin: WordPress Download Monitor] How to add a widget for recently added ?
-
Hi,
i am trying to add a widget to show the top 10 recently added downloads to my website
Using this code someone else here already posted, it works, but only shows 1 result …. not as useful as showing 10 or 5-6 results at least.
[code]<?php
echo '- ';
echo do_shortcode('[downloads query="limit=1&orderby=date&order=DESC" format="4" wrap="" before="<li class="nobullet">" after="]');
echo '';
?>
[/code]when i changed the limit from 1 to 10, nothing happens. Please can someone teach me what i did wrong ???
By the way i am using WP PHP widget Version 1.0.2 by wpxue so i can add the php code to the widget.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WordPress Download Monitor] How to add a widget for recently added ?’ is closed to new replies.