User ID Project List / Task list

This topic contains 1 reply and 2 voices, and was last updated by towhid 8 years, 8 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
August 12, 2015 at 4:29 pm 66724
towhid Hello, I would like a way to get the user / project list of a user, based on his ID. Is that possible, and if so, how. What is the emtafield I can use for the list
August 12, 2015 at 5:58 pm 66746
towhid towhid

Hello Basillis,

By using this code you can get the user/project list of a user, based on his ID.

Please navigate this file class/project.php and go to line no: 263

$args = array(
            'post_type'      => 'project',
            'posts_per_page' => $limit,
            'offset'         => $offset,
            'orderby'        => 'ID',
            'order'          => 'ASC'
        );

Thanks

Viewing 1 Posts - 1 through 1 (of 1 total)