[Plugin: WordPress Download Monitor] Filter loop to exclude downloads belonging to particular catego
-
Hey,
I’m trying to get a loop spitting out the recently made available downloads but I want to exclude a category i’ve written..
<?
$dl = get_downloads(‘limit=5&order=desc&category=-3’);
?> (as part of the loop/query for downloads)The trick being the “category=-3” I thought this would work as without the minus you can specify categories and canon features of wordpress I think work this way. Does anyone know how to do this for the downloads you’ve put on the site?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WordPress Download Monitor] Filter loop to exclude downloads belonging to particular catego’ is closed to new replies.