Display the publications of an Buddypress member.
-
Hello,
I need help to do something too code related for me ??
It’ would be awesome to have an option to display the publications of the buddypress member profile.I found this php code to get the buddypress firstname and lastname of the current memberpress user profile page displayed.
add_shortcode('bp_nom', 'buddydev_modified_user_profile_name'); function buddydev_modified_user_profile_name( $name ) { $user_id = bp_displayed_user_id(); // You can Manipulate $name value using this user id $name = bp_get_displayed_user_fullname(); return $name; }
with that code it’s possible to display the info onto buddypress page with :
[bp_nom]
If someone can help me to integrate this info inside a zotpress shortcode that we’ll awesome!
[zotpress author="HERE" style="apa"]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display the publications of an Buddypress member.’ is closed to new replies.