Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Web Testimonials

Leírás

Testimonials is a plugin for managing testimonials placed on your WordPress site. It has full features and shortcode ability for display in posts, widgets, pages, and other areas of your site. The plugin also has several features that allow for customization of the display.

Shortcode Usage

  1. To add testimonials to your posts, pages, or widgets use the following code:
    [plumwd-testimonials]
  2. To add the testimonials plugin to your WordPress theme use the following code inside your template: echo do_shortcode('[plumwd-testimonials]');

The plugin also supports several attributes for the shortcode, below is a listing of the attributes and what their purpose is:

  1. size -> this allows you to limit the number of characters returned using the plugin. It will display the first nth number that you specify. Usage:
    [plumwd-testimonials size=”100″]

  2. ending -> this allows you to specify an ending for your testimonial. This comes in handy when limiting the number of characters returned. Usage:
    [plumwd-testimonials ending=”…”]

  3. num -> this allows you to limit the number of testimonials returned, leave blank to retrieve them all. Usage:
    [plumwd-testimonials num=”3″]

  4. type -> allows you to specify how you want the list to be displayed. The available options are: list, para, span, div. By default testimonials will display as an unordered list. Usage:
    [plumwd-testimonials type=”list”]

  5. class -> this allows you to apply a class to the item container so that you can apply custom styles. Usage:
    [plumwd-testimonials class=”test”]

  6. id -> this allows you to apply an id to the item container. Usage:
    [plumwd-testimonials id=”testimonials”]

  7. childclass -> this applies only to the list item. Setting childclass will place a class on the li element. Usage:
    [plumwd-testimonials childclass=”slides”]

Képernyőmentések

  • Add a testimonial screenshot-1.jpg
  • Edit a testimonial screenshot-2.jpg
  • Example Usage 1 - Full page listing screenshot-3.jpg
  • Example Usage 2 - Single testimonial in a rotating box screenshot-4.jpg

Telepítés

  1. Download and unzip the file.
  2. Place the entire contents of the directory into your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

GYIK

For help please visit http://www.plumeriawebdesign.com

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Web Testimonials” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Web Testimonials” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.