Tagged: buddypress featured members
Hello
I just discovered you have a plugin for featuring members. I am not a developer, but I understand there is a shortcode I can use to display the featured members on a page by creating a new page or post or widget and pasting in that shortcode as a shortcode (rather than say a paragraph). What I don’t understand is how to use the “view(string)” to change the way it is displayed, if I want it displayed as say a slider. Can you explain where it would go and how I should write it?
Thank you
Hi Stephanie,
Thank you for the question.you can use the like
[bp-featured-members view=slider ]
or you can quote the part ‘slider’ with single or double quote. Please do it manually(without copying from here as the code may get entity encoded).
Regards
BrajeshHello Stephanie,
Thank you for posting. You can list the members using shortcodes for different views in a following ways.
[bp-featured-members view="list"] // Will show members in list view [bp-featured-members view="slider"] // Will list members in slide view [bp-featured-members view="default"] // Will list members as per your theme
Please give it a try.
Regards
Ravi
You must be logged in to reply to this topic.