• Resolved dionadk

    (@dionadk)


    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)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry haven’t tried profile builder pro plugin before and it might need additional coding on your part to make this work.

    TreeTrail

    (@aprilschmitt27)

    Diona, I know nothing about this, but noticed a dash, where an equal sign might be expected. If you figure this out, I could really use this too!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Events of a user’ is closed to new replies.