igorbenic / wp-sponsors

[WordPress plugin] WP-Sponsors gives your sponsors or partners a separate home where can add a link and a logo. This is the development version of the plugin, for the latest stable release, please check wordpress.org
https://wordpress.org/plugins/wp-sponsors/
GNU General Public License v2.0
7 stars 6 forks source link
wordpress wordpress-plugin

=== Sponsors === Contributors: ibenic Donate link: http://www.wpsimplesponsorships.com Tags: post type, images, partners, sponsors Requires at least: 3.1.0 Tested up to: 6.5.2 Requires PHP: 7.0 Stable tag: 3.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Sponsors makes it easy to add your sponsors and partners to your WordPress website.

== Description ==

Ever had to add a bunch of images with links on them for your event/company partners? With Sponsors, you won't have to use a text widget for that anymore. The companies and people that support you, your company or your event now get a separate place in the dashboar where you can add a link and an image for each of them. Then you add the Sponsors widget to the sidebar of your choosing and the linked images will show up there.

== Shortcodes ==

Sponsors The shortcode [sponsors] takes the following options:

When with_categories is used, it will show sponsors under their appropriate categories. The attribute size is used to define the size of the columns. More style updates will come in future versions.

If you want to use the slider and show different number of images on different screen sizes, you can use the breakpoints attribute. For example, we want to show 3 images on large screens and slide 3 images on click. Then on 640px view, we want to show 2 and slide 2 images. And on 480px view, we want only 1 image and 1 image to slide. We would use the shortcode like this:

[sponsors style=slider arrows=1 image_size=full slidestoscroll=3 slidestoshow=3 breakpoints=480;1;1|640;2;2]

The attribute breakpoints uses format "screen_px;images_to_show;images_to_slide". Then for multiple breakpoints, we separate them by "|". In the above example we have separated 2 breakpoints 480px and 640px. For 480px, we set 1 for images to show and 1 for images to slide. For 640px, we set 2 for images to show and 2 for images to slide.

Form This shortcode will display a form so potential sponsors can submit their information. Each Sponsor entered with that form will become a Draft so they won't be displayed immediately. You can publish them, or send them an email to get their logo as well.

Shortcode [sponsors_acquisition_form] will allow it. Fields that are used here are:

Available attributes:

Each defined field will be a textarea. For example, you can add more fields like this:

[sponsors_acquisition_form fields=about,what fields_labels=About,What?]

== Planned Features ==

Here are some of the features planned for future versions:

== Simple Sponsorships ==

This plugin is fully compatible with Simple Sponsorships.

If you want to accept payments from sponsors on your site and have a way to define different packages and automate the whole process, try Simple Sponsorships.

== Installation ==

  1. Upload wp-sponsors to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add your sponsors under the sponsors section with links and logo's
  4. Add the widget to your sidebar

== Screenshots ==

  1. After you activate the plugin, a new content type will become available on the your WordPress admin panel. Here you can add a link, a description and an image for each Sponsor.
  2. Add the widget to one or more sidebars and the images of your sponsors will show up there. Choose from which category you want to display sponsors (or select all), to show or hide images and the description

== Changelog ==

= 3.5.2 - 2024-05-06 =

= 3.5.1 - 2024-01-08 =

= 3.5.0 - 2021-05-14 =

= 3.4.0 - 2020-09-06 =

= 3.3.0 - 2020-02-27 =

= 3.2.0 - 2019-11-05 =

= 3.1.1 - 2019-08-13 =

= 3.1.0 - 2019-08-11 =

= 3.0.1 - 2019-07-16 =

= 3.0.0 =

= 2.5.1 =

= 2.5.0 =

= 2.4.1 =

More information of older versions can be found in changelog.txt