Display Events of a user
-
Hi,
How to display the events created by a user.
I am using profile builder pro plugin that has the option to list the users. and show the posts created by a user.I was able to use this piece of code to get the no of events events created by the user. Now I need to get the event posts.
$allEvents = query_posts( array('post_type' => 'event', 'author'=> $user_info->ID ,'numberposts'=> -1 ));
while clicking on this link I need to pull out all the events created by this user id.
Thanks
Diona
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Events of a user’ is closed to new replies.