• Resolved David Tierney

    (@big-dave)


    Thanks again as I see you are responsive to these questions.

    Are you planning in the near future to allow the option to link the Event Head as displayed in the Timetable to the User’s Bio page and if not could you share what Template file to modify for this.

    The Benefit is for those of us who wish to use this plugin for a conference like WordCamp and would like to link the Author to a bio. I believe the WordCamp Schedule uses another Custom Post Type but figure that is a bigger integration on your part (are you planning on this?).

    Thanks again so much,

    David

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi David @big-dave

    You may try to override the following file \wp-content\plugins\mp-timetable\templates\shortcodes\event-container.php wrapping user paragraph <p class="event-user"> into a link

    <a href=" <?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?> ">

    • This reply was modified 5 years, 9 months ago by motopress.
Viewing 1 replies (of 1 total)
  • The topic ‘Event Head link to User Bio’ is closed to new replies.