2013-06-25, 06:24:44
Wouldn't it make more sense to get recent posts then filter by tag ?
filter(list_recent(),tag);
or somethng not so specific as nm_list_recent_by_tag, seems overly non modular. Or does this functionality already exist and this is an abstract function?
What if I want combinations of tags also ?
filter(list_recent(),tag);
or somethng not so specific as nm_list_recent_by_tag, seems overly non modular. Or does this functionality already exist and this is an abstract function?
What if I want combinations of tags also ?