Presenter related shortcodes
The following shortcodes can be used in the Arlo for WordPress plugin.
[arlo_presenter_list_item][/arlo_presenter_list_item]
The shortcode represents a presenter.
Attributes
- limit (int): The default item per page can be override with this attribute. The default value is inherited from the WordPress "Posts per page" setting.
If the attributes is used in the [arlo_presenter_list_item] shortcode, it's necessary to add with the same value to the [arlo_presenter_list_pagination] for the correct count of the items.
Must be used within the "Presenters list" template.
[arlo_presenter_list_pagination]
The shortcode will be replaced to a page related to the presenters list. It uses the default paging function of WordPress.
Attributes
- limit (int): The default item per page can be override with this attribute. The default value is inherited from the WordPress "Posts per page" setting.
If the attributes is used in the [arlo_presenter_list_item] shortcode, it's necessary to add with the same value to the [arlo_presenter_list_pagination] for the correct count of the items.
Must be used within the "Presenters list" template.
[arlo_presenter_permalink]
Represents the URL of the presenter within the WordPress instance.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_link]From: v3.1
Represents the URL of the presenter within Arlo.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_name]
Represents the name of the presenter. It concatenates the first and last name.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_profile]
Represents the profile of the presenter.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_qualifications]
Represents the qualifications of the presenter.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_interests]
Represents the qualifications of the presenter.
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_social_link]
Returns the presenter's social media links, one by one.
Attributes
- linktext (string): It will be outputted as the link text. If no "linktext" is given, it outputs the raw url as a link.
- network (string): Must be one of the following
- "twitter": The presenter's Twitter account
- "facebook": The presenter's Facebook account
- "linkedin": The presenter's LinkedIn account
Must be used within the [arlo_presenter_list_item] shortcode.
[arlo_presenter_events_list]
Returns an HTML list with all the available events for the presenter.
Must be used within the "Presenter" template.
[arlo_presenter_rich_snippet]From: v3.3
Outputs the rich snippet data for the presenter.
Attributes
-
link (string): it can be one of the following
- "permalink": Link to the presenter in the WordPress instance
- "viewuri": Link to the presenter in Arlo
Must be used within the [arlo_presenter_list_item] shortcode.