هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

WP List Testimonials

الوصف

I am no longer maintaining this plugin.
There are many other testimonial plugins which use custom post types – have a look and see if one is suitable for your needs.
If you are a developer and would like to continue development of this plugin, contact me and I will set you up with commit access.

Provides a PHP function wp_list_testimonials to output your blogroll in the format of testimonials using <blockquote> and <cite> tags.

It uses the notes field of the blogroll link as the main quote, the link name as the cite, and the link description as additional information following the cite if provided.

The function accepts the same arguments as the get_bookmarks WordPress function.

License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

http://www.gnu.org/licenses/gpl.html

التنصيب

  1. Download the archive file and uncompress it.
  2. Put the “wp_list_testimonials” folder in “wp-content/plugins”
  3. Enable in WordPress by visiting the “Plugins” menu and activating it.

You can then implement it in your templates using <?php wp_list_testimonials(); ?>.
You can show just one link category <?php echo wp_list_testimonials('category_id=6'); ?>.

For a link to show you, when you add a link you must enter:

  1. Name
  2. Web Address (enter # if not required)
  3. Notes (in the advanced section)

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“WP List Testimonials” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”WP List Testimonials“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.2

  • Added link (if not #) to the name.
  • Added surrounding div for styling.

1.1

  • First public version, so no changes yet!