Aweber Mailing List Integration

You can use your Aweber Authorization Code to allow integration with Aweber subscription on your WordPress site. To get your Aweber authorization code & Aweber List ID click here Copy your Aweber Authorization Code & Aweber List Id since you will need it later. Login to your WordPress dashboard and go to UserPro -> Global Options […]

Social Connect

This shortcode will allow you to increase sign-up rate using social accounts, and does not depend on UserPro login/register form. Plug the social connect buttons anywhere on your site : Above registration form, below it, or beside it. See live example How to Embed This Shortcode in Editor [userpro_social_connect width=”400px”] How […]

Following

This shortcode will display the following of user profile in a list way. See live example How to Embed This Shortcode in Editor [userpro template=following] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=following]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned […]

Followers

This shortcode will display the followers of user profile in a list way. See live example How to Embed This Shortcode in Editor [userpro template=followers] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=followers]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned […]

Activity Feed

This shortcode will display an activity feed (public or private) like this example. How to Embed This Shortcode in Editor [userpro template=activity] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=activity]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair […]

Collage view

UserPro provides a collage view for listing users on your WordPress site. How to Embed This Shortcode in Editor [userpro template=collage] Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in your shortcode like this. [userpro template=collage option=value] Search Options and […]

Grid FX

This shortcode will implement the default Grid FX layout into your posts. How to Embed This Shortcode in Editor [gridfx] Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in your shortcode like this. [gridfx option=value] title – This is an optional […]

Add an author box

This shortcode will add an author box. How to Embed This Shortcode in Editor [userpro template=card user=author] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=card user=author]’); ?>

Display memberlist of only verified members

This shortcode will display memberlist of only verified members. How to Embed This Shortcode in Editor [userpro template=memberlist memberlist_verified=1] When turned on (set to 1) it will list only these members that have been verified by admin and have the Verified badge beside their name. By default this is turned […]

Assign a role to different registration forms

This shortcode will assign a role to different registration forms. You need to add this basic option in your register shortcode: How to Embed This Shortcode in Editor [userpro template=register form_role=’user_role_for_this_registration_form’]