This shortcode generates and displays breadcrumbs based on the current page or post. It has one attribute:
– `separator`: Defines the character or string used to separate the breadcrumbs (default is `»`).
This shortcode generates and displays breadcrumbs based on the current page or post. It has one attribute:
– `separator`: Defines the character or string used to separate the breadcrumbs (default is `»`).
This shortcode exports the leads associated with the current user to a CSV file. There are no attributes for this shortcode.
This shortcode displays a form for users to edit their profile information, including their first name, last name, website URL, and biography. The following attributes can be used:
– `savedclass`: Sets the CSS class for the success message displayed after updating the profile.
– `buttonclass`: Sets the CSS class for the submit button.
– `inputclass`: Sets the CSS class for the input fields in the form.
This shortcode displays the Gravatar image for the current user’s email address along with a notification and a link to Gravatar.com to update the Gravatar. There are no attributes for this shortcode.
This shortcode lists all pages with the tag ‘funnel-page’ and displays them in a layout specified by the class attributes. The attributes for this shortcode are:
– `mainclass`: The class attribute for the main container (default: ‘is-layout-flex wp-container-4 wp-block-columns’).
– `singleclass`: The class attribute for the single page container (default: ‘is-layout-flow wp-block-column’).
– `linkclass`: The class attribute for the page link (default: ”).
– `inputclass`: The class attribute for the input field (default: ”).
– `buttontext`: The text to display in the button (default: ‘Preview’).
– `buttonclass`: The class attribute for the button (default: ”).
This shortcode generates a list of leads for the current user. It shows a table with columns for first name, email address, referrer, and date added. The attributes for this shortcode are the same as the dbp_lead_form shortcode, but they are not used in the code provided.
This shortcode generates a form for submitting leads. The form includes fields for first name, email address, and two hidden fields for lead referrer and lead page. The attributes for this shortcode are:
First Name:
): Customizes the label for the first name field.Email Address:
): Customizes the label for the email field.''
): Adds a custom CSS class to form input fields for styling.''
): Adds a custom CSS class to the submit button for styling.Submit
): Customizes the text displayed on the submit button.''
): Determines the URL to redirect users to after form submission.dbp_mailmint_lead_list_id
option): Specifies the default list ID for Mailmint integration, which can be overridden.false
): Appends the referral ID to the redirect URL after submission.first_name,email
): Determines the order of fields displayed in the form.false
): Decides whether to use placeholders in form fields instead of labels.Here’s an example of how you can use the shortcode with custom attributes:
[dbp_lead_form
fnametext="Your First Name"
emailtext="Your Email"
inputclass="lead-form-input"
buttonclass="lead-form-submit"
buttontext="Join Now"
redirect="https://www.example.com/welcome"
mailmintlistid="12345"
redirectreferid="true"
field_order="first_name,email"
placeholder="true"]
This shortcode displays a login form for users who are not logged in. It accepts four attributes:
– `mainclass`: The CSS class to be applied to the main form element (optional).
– `inputclass`: The CSS class to be applied to the input fields (optional).
– `buttontext`: The text to be displayed on the submit button (default is “Log In”).
– `buttonclass`: The CSS class to be applied to the submit button (optional).
– `redirect`: Ability to redirect the user after login in to a specific page.
This shortcode displays a button that allows the currently logged-in user to export their referral list as a CSV file. There are no attributes for this shortcode.
The dbp_custom_link
shortcode creates a custom link based on the specified affiliate program. It supports several attributes to customize the behavior and appearance of the link.
buttonclass
: (optional)text
:program
:referral_field_affiliate_programs
option. This ties the link to a specific affiliate program configured in your settings.target
: (optional)_blank
to open the link in a new tab.linkonly
: (default: false)true
, the shortcode will output only the URL of the link without any HTML wrapping it. This is useful when you need just the URL for other purposes.autoredirect
: (default: false)true
, the page will automatically redirect to the URL when it loads. This can be useful for automatic forwarding to affiliate offers.customlink
: (optional)DBP_AFFUID
replacement value. This is useful for affiliate programs with multiple landing pages or custom tracking URLs.addreferid
: (default: false)true
, the shortcode will append the referrer ID to the URL. This is useful for passing the referrer information to the next site.Example usage:
[dbp_custom_link text="Click here" program="example_program" buttonclass="btn-primary" target="_blank" addreferid="true"]
How can I help you get started?