Short codes for BuddyPress Hashtag

1) BuddyPress Hashtag Shortcode [bpht_bp_hashtags]

Allows you to show BuddyPress shortcodes at the front end. You can select a specific number of hashtags in list or cloud view and also can sort it in ascending or descending order as per name or size.

i) attribute: display style

Allows you to display the hashtag in cloud or list view.
type: string
required: no
default: cloud
accepts: cloud, list

ii) attribute: sort by

Allows you to sort the hashtags by name or size.
type: string
required: no
default: name
accepts: name, size

iii) attribute: sortorder

Allows you to sort the hashtags in ascending or descending order as per name or size.
type: string
required: no
default: asc
accepts: asc, desc

iv) attribute: limit

Allows you to the set limit of the hashtags (number of hashtags you want to show at the widget area.)
type: number
required: no
default: 12

2) bbPress Hashtag Shortcode [bpht_bbpress_hashtags]

Allows you to show bbPress shortcodes in the front end. You can select a specific number of hashtags in list or cloud view and can sort those in ascending or descending order as per name or size.

i) attribute: displaystyle

Allows you to display the hashtag in cloud or list view.
type: string
required: no
default: cloud
accepts: cloud, list

ii) attribute: sortby

Allows you to sort the hashtags by name or size.
type: string
required: no
default: name
accepts: name, size

iii) attribute: sortorder

Allows you to sort the hashtags in ascending or descending order as per name or size.
type: string
required: no
default: asc
accepts: asc, desc

iv) attribute: limit

Allows you to the set limit of the hashtags (number of hashtags you want to show at the widget area.)
type: number
required: no
default: 12

You can find the shortcodes provided by the plugin in the backend settings. Navigate to WB Plugins >> Hashtags >> shortcodes

Update on November 14, 2023