Your cart is currently empty!
Adding text to the affiliate registration
—
by
I generated an affiliates page and I’m just wondering how I can add a little bit of extra text to this part of the page where it says: “If you are not an affiliate, you can join the affiliate program here:” I would just like to add a little text stating the specific category for the affiliate program. Thank you.
Posted in Affiliates Pro
Comments
One response to “Adding text to the affiliate registration”
Hi Lisa!
There are several options to do this, the easiest is to simply add text to the page that provides the affiliate area. If you’ve used the generator to create that page, you will find that when you edit it, it contains a single shortcode (the [affiliates_dashboard] shortcode documented here).
To add the additional text, simply edit the page from your WordPress dashboard and place the desired text on the page. If you would like to show text conditionally, e.g. based on whether the viewer is, or is not, an affiliate, you can surround it using the shortcodes provided for that purpose:
[affiliates_is_affiliate]
Text to show to affiliates only.
[/affiliates_is_affiliate]
[affiliates_is_not_affiliate]
Text shown when logged out or not an affiliate.
[/affiliates_is_not_affiliate]
You can find these documented here and here.
An alternative and advanced way of customizing the content displayed on the dashboard and its sections is by using Templates.
I hope this helps you with making it suitable for your shop, please let us know if you have any questions on any of it and we’re happy to help you further.
Cheers!