Restrict users from viewing content based on their role

This shortcode will restrict users from viewing content based on their role. How to Embed This Shortcode in Editor [userpro_private restrict_to_roles=administrator,subscriber,author] [userpro template=postsbyuser postsbyuser_type=product] [/userpro_private] The roles can be specified by the admin as desired. Shortcode Options Example Options are used to customize the shortcode and can be assigned as […]

Display custom fields

This shortcode will display custom fields. How to Embed This Shortcode in Editor [userpro template=emd emd_fields=’field_name1′, ‘field_name2′] Example If you wish to display just the first name of the users your code should look like this [userpro template=emd emd_fields=’first_name’]

Members Directory in Alphabetical Order

This shortcode will display members directory in alphabetical order. How to Embed This Shortcode with PHP [userpro template=list option=value] Shortcode Options Option in particular you need for the list template could be as below: list_sortby – Sort members by which rule, by default it sort members by ‘registered’ (Registration date) you […]

Posts by User

This shortcode will display the recent posts made by user in a nice grid or compact layout. How to Embed This Shortcode in Editor [userpro template=postsbyuser] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=postsbyuser]’); ?> Shortcode Options Example Options are used to customize the shortcode and can […]

Frontend Publisher

This shortcode will display the frontend publisher. How to Embed This Shortcode in Editor [userpro template=publish] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=publish]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in your shortcode like […]

Password Reset

This shortcode will enable users to retrieve forgotten password from the frontend with unique secret key and email validation (It does not use WordPress password reset, the plugin offers a unique password reset tool completely from the frontend) How to Embed This Shortcode in Editor [userpro template=reset] How to Embed […]

Enhanced Member Directory

This shortcode will display a directory of your members on the frontend like EMD example here. The member list supports pagination, and unlimited custom filtering/sorting options giving you a flexible way to showcase and present your members and choose which custom fields appear for each member. How to Embed This Shortcode […]

Member Directory

This shortcode will display a directory of your members on the frontend in a beautiful way (See live example).The member list supports pagination, and unlimited custom filtering/sorting options giving you a flexible way to showcase and present your members and choose which custom fields appear for each member. How to […]