Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

am71722 on "[Plugin: WP-Filebase Download Manager] Are tags for files serchable?"

$
0
0

I seem to be having trouble querying for files by tag. Are tags for files not like tags for posts?

$args = array(
        'numberposts' => 10000,
        'tag' => 'training,timeline,resource',
        'orderby' => 'post_date',
        'order' => 'DESC',
    );

    $posts = get_posts($args);
    print_r($posts);

This retrieves posts with those tags but not files with those tags. Help?

http://wordpress.org/plugins/wp-filebase/


Viewing all articles
Browse latest Browse all 1341

Trending Articles