• Resolved ximun144

    (@ximun144)


    Hello!

    I make a website with many contributors accounts. Each one can submit events, and then, i would like to display their own event list on their own template page (author.php)

    Is there a simple way for that with PHP please?

    Thank you very much!

    (sorry for my english and if i’m not really understandable)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can use shortcode like <? echo do_shortcode('[events_list owner="'.$userid.'"]'); ?> where $userid is the user id of the event owner

    Thread Starter ximun144

    (@ximun144)

    Thank you! I juste changed a bit your code into:

    <?php echo do_shortcode('[events_list owner="'.$curauth->ID.'"]'); ?>

    but that is exactly what i was looking for! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘event list in author.php’ is closed to new replies.