Home › Forums › Support › Add user contact methods to Dynamic Data This topic has 3 replies, 2 voices, and was last updated 5 months, 3 weeks ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 3, 2022 at 7:48 am #2361522 Mallory Hello guys, I added two new fields to authors : add_filter( 'user_contactmethods', 'modify_user_contact_methods' ); function modify_user_contact_methods( $methods ) { // Add user contact methods $methods['linkedin'] = __( 'LinkedIn' ); $methods['title'] = __( 'Job Title' ); return $methods; } I would like to use those fields in Dynamic Data, any tips ? https://prnt.sc/mEuYf7OL7nxS https://prnt.sc/1C_ohllmyJcV October 3, 2022 at 1:11 pm #2361946 YingStaff Customer Support Hi Mallory, Can you try the method introduced in this video? https://youtu.be/HMhUo91RjsE?t=298 October 4, 2022 at 6:40 am #2362671 Mallory I should have thought of it before, it’s perfect! October 4, 2022 at 11:14 am #2363143 YingStaff Customer Support Nice! 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In