This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AffiliateWP – Leaderboard

विवरण

This plugin requires AffiliateWP in order to function.

This plugin allows you to show a leaderboard of your top affiliates. Show any number of affiliates and include their referrals, earnings and visits. You can also order them by referrals, earnings, or visits. Showing an affiliate leaderboard on your website is a great way to encourage affiliates to make you more sales.

Features:

  1. An [affiliate_leaderboard] shortcode for showing an affiliate leaderboard on any WordPress page
  2. An Affiliate Leaderboard widget for showing an affiliate leaderboard in your theme’s sidebar
  3. A PHP function for developers for showing an affiliate leaderboard anywhere on your site.

Shortcode Usage

The defaut shortcode with no additional parameters will show 10 affiliates, ordered by referrals.

[affiliate_leaderboard]

The number parameter can be used to control how many affiliates are shown in the leaderboard:

[affiliate_leaderboard number="5"]

The referrals parameter can be used to show an affiliate’s referrals:

[affiliate_leaderboard referrals="yes"]

The earnings parameter can be used to show an affiliate’s earnings:

[affiliate_leaderboard earnings="yes"]

The visits parameter can be used to show an affiliate’s visits:

[affiliate_leaderboard visits="yes"]

You can also list all 3 (referrals, earnings, visits) like this:

[affiliate_leaderboard referrals="yes" earnings="yes" visits="yes"]

The orderby parameter can be used to order the leaderboard by either referrals, earnings or visits:

[affiliate_leaderboard orderby="referrals"]

[affiliate_leaderboard orderby="earnings"]

[affiliate_leaderboard orderby="visits"]

What is AffiliateWP?

AffiliateWP provides a complete affiliate management system for your WordPress website that seamlessly integrates with all major WordPress e-commerce and membership platforms. It aims to provide everything you need in a simple, clean, easy to use system that you will love to use.

स्क्रिनसटहरू

  • The affiliate leaderboard can be a simple list
  • The affiliate leaderboard can show referrals, earnings and visits
  • The affiliate leaderboard widget

स्थापना

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin

OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin’s name

समीक्षाहरू

सबै 1 समीक्षा पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“AffiliateWP – Leaderboard” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

“AffiliateWP – Leaderboard” 2 लोकेलहरूमा अनुवाद गरिएका छन्। योगदानको लागि अनुवादकहरूलाई धन्यवाद।

“AffiliateWP – Leaderboard” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्

विकासमा रुचि छ?

आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।

चेन्जलग

1.2

  • New: Requires WordPress 5.2 minimum

1.1

  • New: Enforce minimum dependency requirements checking
  • New: Requires PHP 5.6 minimum
  • New: Requires WordPress 5.0 minimum
  • New: Requires AffiliateWP 2.6 minimum
  • Improved: Tested up to WordPress 5.7

1.0.2

  • Fix: Set up missing text strings for translation

1.0.1

  • Fix: changed default orderby from “earnings” to “referrals” when no shortcode parameters are used.

1.0

  • Initial release