Title: Quotes llama
Author: oooorgle
Published: <strong>20 ມັງກອນ 2016</strong>
Last modified: 31 ກໍລະກົດ 2025

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/quotes-llama/assets/banner-772x250.jpg?rev=2776839)

![](https://ps.w.org/quotes-llama/assets/icon-128x128.png?rev=1332185)

# Quotes llama

 ໂດຍ [oooorgle](https://profiles.wordpress.org/oooorgle/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/quotes-llama.3.1.1.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/quotes-llama/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/quotes-llama/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/quotes-llama/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/quotes-llama/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/quotes-llama/)

## ຄຳອະທິບາຍ

#### Create a collection of quotes. Share the thoughts that mean the most… display your quotes in block, widget, page, template, gallery or post.

 * **Searchable**
 * **Categories**
 * **Author and Source Icons**
 * **Backup (export) and Restore (import) in “.csv or .json” formats.**
 * **… among other options.**

## ພາບໜ້າຈໍ

 * [[
 * Admin
 * [[
 * ​ຄັງ​ພາບ
 * [[
 * Widget
 * [[
 * ​ໜ້າ

## ການຕິດຕັ້ງ

#### How to install via Dashboard

 * Go to _Plugins_ -> _Add New_.
 * Search for _quotes-llama_.
 * Click _Install Now_.
 * Activate the plugin through the _Plugins_ menu in the Dashboard.

#### How to install via .zip file

 * After downloading, in the dashboard, go to _Plugins_ -> _Add New_ -> _Upload 
   Plugin_.
 * Click _Browse_ and select the quotes-llama.zip file.
 * Click _Install Now_.
 * Activate the plugin through the _Plugins_ menu in the Dashboard.
 * You can also extract the .zip file. Then copy the _quotes-llama_ folder to the_/
   wp-content/plugins/_ directory.

#### How to install via FTP

 * After downloading and extracting the quotes-llama.zip file. Upload the _quotes-
   llama_ folder to the _/wp-content/plugins/_ directory.
 * Activate the plugin through the _Plugins_ menu in the Dashboard.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### (Support)

 * Before submitting a support ticket, please review the **troubleshooting section**.
 * **Describe the problem** with as much detail as possible.
 * Describe the **steps already taken** to resolve the problem.
 * It would be helpful if you can provide any of the following:
 * **Console and WP_DEBUG** notices, warnings and errors associated with the problem.
 * **WordPress version.**
 * **PHP version.**
 * **Quotes llama Plugin version.**
 * The **theme** you are using and a **link** to the theme.
 * The **shortcode** you are using or widget settings.
 * In an attempt to duplicate your WordPress environment as much as possible, include
   as much of the above as possible and any other information you think would be
   helpful in reproducing the error.

### (Troubleshooting)

**If you encounter any problems — thing you can try:**

 * Check and Save the options by visiting the options tab and clicking Save at the
   bottom.
 * Disable **caching** plugins and clear your browser **cache**.
 * Check that the **shortcode** you are using is accurate and formatted correctly.
 * **Reset the options**: Verify “Reset When Deactivating” is enabled in the plugin
   options tab, then deactivate/activate the plugin.
 * View the **console** and enable **WP_DEBUG** mode to check for notices, warnings
   or errors. If you find any regarding this plugin, open a support ticket.
 * **Re-install**: Deactivate and delete the plugin (this does not delete quote 
   data) and re-install from WordPress.
 * If any of the plugin files have been edited or changed try a re-install.
 * Deactivate all **other plugins** and verify the problem still exists.
 * Test some **different themes** and verify the problem still exists.
 * Verify the table structure – _(quote\_id, quote, title\_name, first\_name, last\
   _name, source, img\_url, author\_icon, source\_icon, category)_
 * Import problems: check that the **csv delimiter** in the options tab is set to
   match the delimiter you are using.
 * Check the **column headers** of your import file, which should be: quote, title_name,
   first_name, last_name, source, img_url, author_icon, source_icon, category

### Advanced Formatting

**Tag** (_attribute_) – ‘example’

 * **a** (_href_, _target_, _rel_, _class_, _title_) – `<a href="http://example.
   com" target="_blank" rel="nofollow" class="class" title="example">example</a>`
 * **b** – `<b>`**Bold text**`</b>`
 * **br** (_clear_) – `<br clear="left">`
 * **del** – `<del>`This text will have a line through it.`</del>`
 * **em** – `<em>`_Emphasized text._`</em>`
 * **i** – `<i>`_Italic text._`</i>`
 * **mark** – `<mark>`Highlight text`</mark>`
 * **small** – `<small>`Small text`</small>`
 * **strong** – `<strong>`**This text is important!**`</strong>`
 * **sub** – `<sub>`Subscripted text`</sub>`
 * **sup** – `<sup>`Superscripted text`</sup>`
 * **u** – `<u>`Underlined text`</u>`

### Basic Formatting

 * Create a link by entering the url.
 * Create a new line in the quotes field with (enter) or (shift+enter).

### Icons

 * The WordPress Dash-Icons set is included by default.
 * Custom image icons (png, gif, jpg, bmp, svg) can be copied to the “wp-content/
   uploads/quotes-llama/” directory.

### Next Quote Links

You can configure the “next quote” link (in the options tab) which is displayed 
in widgets and wherever you place the shortcode `[quotes-llama]`.

Here are some examples:

 * **Default**: _`&hellip;` (next quote)_
 * **Plain Text**: _next quote >>_
 * **Dash-Icon**: _next quote `<span class="dashicons dashicons-arrow-right-alt2"
   >`_
 * **Unicode**: _next quote `»`_

You can also change how the link is displayed using CSS.
 Some examples:

 * `.quotes-llama-widget-random hr {display: none;}` This will remove the line between
   the quote and the link.
 * `.quotes-llama-widget-next {text-align: left; font-style: normal;}` This will
   align to the left and remove the italic.

Navigate to your Dashboard–>Appearance–>Customize–>Additional CSS. DO NOT directly
edit any theme/plugin files as they are ALL overwritten when updating.

### Security

 * Be aware that external linking of sites and images creates the possibility of
   a (BLH) attack. Broken link hijacking (BLH) is a type of web attack which exploits
   external links that are no longer valid. Mainly due to an expired domain. The
   link content can be replaced and redirected, used to deface, impersonate, or 
   even launch cross-site (XSS) scripting attacks.

### Shortcodes

Use the plugin by including a shortcode or by including the widget in the desired
location:

Separate multiple categories and id’s with a comma. e.g. ‘category, category, etc’

Short-codes are informational and for example only. Depending on your encoding, 
you may experience problems if using copy and paste.

**To include this plugin in a Block, Page or Post:**

 * Display a random quote.
    **[quotes-llama]**
 * Display a random quote from a category.
    **[quotes-llama cat=’category’]**
 * Display a number of random quotes.
    **[quotes-llama quotes=’#’]**
 * Display a number random quotes from a category.
    **[quotes-llama quotes=’#’ cat
   =’category’]**
 * Display a dynamically positioned gallery. – (auto-refresh)
    **[quotes-llama mode
   =’gallery’]**
 * Display a dynamically positioned gallery from a category. – (auto-refresh)
    **[
   quotes-llama mode=’gallery’ cat=’category’]**
 * Display a indexed and searchable page of quote Authors.
    **[quotes-llama mode
   =’page’]**
 * Display a indexed and searchable page of quote Authors.
    **[quotes-llama mode
   =’page’ cat=’category’]**
 * Display the search bar. Results load below the search bar.
    **[quotes-llama mode
   =’search’]**
 * Display the search bar. Results load into target class.
    **[quotes-llama mode
   =’search’ class=’class-name’]**
 * Display a random quote that will auto-refresh.
    **[quotes-llama mode=’auto’]**
 * Display a random quote from a category that will auto-refresh.
    **[quotes-llama
   mode=’auto’ cat=’category’]**
 * Display static quotes.
    **[quotes-llama id=’#,#,#’]**
 * Display all quotes by id, random, ascending, or descending. Limit (#) number 
   of quotes per page.
    **[quotes-llama all=’id’ limit=’#’]** **[quotes-llama all
   =’random’ limit=’#’]** **[quotes-llama all=’ascend’ limit=’#’]** **[quotes-llama
   all=’descend’ limit=’#’]** **[quotes-llama all='(1)’ cat=’category’ limit=’#’]****(
   1) = (id, random, ascend, descend)**

**To include this plugin in a Template File:**

 * Display a random quote.
    **do_shortcode( “[quotes-llama]” );**
 * Display a random quote from a category.
    **do_shortcode( “[quotes-llama cat=’
   category’]” );**
 * Display a number of random quotes.
    **do_shortcode( “[quotes-llama quotes=’#’]”);**
 * Display a number of random quotes from a category.
    **do_shortcode( “[quotes-
   llama quotes=’#’ cat=’category’]” );**
 * Display a dynamically positioned gallery. – (auto-refresh)
    **do_shortcode( “[
   quotes-llama mode=’gallery’]” );**
 * Display a dynamically positioned gallery from a category. – (auto-refresh)
    **
   do_shortcode( “[quotes-llama mode=’gallery’ cat=’category’]” );**
 * Display an indexed and searchable page of quote Authors.
    **do_shortcode( “[quotes-
   llama mode=’page’]” );**
 * Display an indexed and searchable page of quote Authors by category.
    **do_shortcode(“[
   quotes-llama mode=’page’ cat=’category’]” );**
 * Display the search bar. Results load below the search bar.
    **do_shortcode( “[
   quotes-llama mode=’search’]” );**
 * Display the search bar. Results load into target class.
    **do_shortcode( “[quotes-
   llama mode=’search’ class=’class-name’]” );**
 * Display a random quote that will auto-refresh.
    **do_shortcode( “[quotes-llama
   mode=’auto’]” );**
 * Display a random quote from a category that will auto-refresh.
    **do_shortcode(“[
   quotes-llama mode=’auto’ cat=’category’]” );**
 * Display static quotes.
    **do_shortcode( “[quotes-llama id=’#,#,#’]” );**
 * Display all quotes by id, random, ascending, or descending. Limit (#) number 
   of quotes per page.
    **do_shortcode( “[quotes-llama all=’id’ limit=’#’]” );****
   do_shortcode( “[quotes-llama all=’random’ limit=’#’]” );** **do_shortcode( “[
   quotes-llama all=’ascend’ limit=’#’]” );** **do_shortcode( “[quotes-llama all
   =’descend’ limit=’#’]” );** **do_shortcode( “[quotes-llama all='(1)’ cat=’category’
   limit=’#’]” );** **(1) = (id, random, ascend, descend)**

**To include this plugin in a Widget:**

 * Drag-and-drop the Quotes llama widget located in the Widgets Page to the desired
   location.

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/12e81a041328db578632e1c61ebb4a497785f55f45b084971f321aa634019050?
s=60&d=retro&r=g)

### 󠀁[Best quotes plugin, great author](https://wordpress.org/support/topic/best-quotes-plugin-great-author/)󠁿

 [Robin Labadie](https://profiles.wordpress.org/robin-labadie/) 11 ມີນາ 2025

This plugin is simple and works great. Its author really listens to comments and
is invested into making it an awesome plugin! They proved to offer a very long time
support. I can only recommend.

![](https://secure.gravatar.com/avatar/dc969b8a45f3856768341f53004dfc51c4e2735a49704a4f06fbfd59287e6ac8?
s=60&d=retro&r=g)

### 󠀁[Great plugin!](https://wordpress.org/support/topic/great-plugin-39781/)󠁿

 [skycor](https://profiles.wordpress.org/skycor/) 15 ພະຈິກ 2024

I like this plugin and I think it is great! Thank you!

![](https://secure.gravatar.com/avatar/971f6b88833ed050478815d6adcb22115bf29ea7b38c0c670d72841e32e85855?
s=60&d=retro&r=g)

### 󠀁[Import hat nicht gut funktioniert!](https://wordpress.org/support/topic/absoluter-mist/)󠁿

 [abre01](https://profiles.wordpress.org/abre01/) 14 ພະຈິກ 2024 1 ການຕອບກັບ

Beim Importieren kamen nur unbrauchbare Daten, und der Aufwand, die zu importierende
Datei so nachzubearbeiten, dass das Plugin damit klarkommt, war leider viel zu zeit-
und arbeitsaufwendig, so dass ich es abgebrochen habe!

![](https://secure.gravatar.com/avatar/53a037b65a561d3ba5618a01d6bebd841e7041af428ee2c6b0213c5e43ca9c07?
s=60&d=retro&r=g)

### 󠀁[Lets not forget that this is free, people!!!](https://wordpress.org/support/topic/lets-not-forget-that-this-is-free-people/)󠁿

 [Macfionn](https://profiles.wordpress.org/macfionn/) 24 ສິງຫາ 2024

This is an absolutely great plugin for the cost!! Anybody giving less than 4 stars
should be ashamed!! Many thanks to the author!

![](https://secure.gravatar.com/avatar/6f372686c869951b9a2f045f19937bbcd1d166fb0feb3677e1111544327f57b8?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-9177/)󠁿

 [Oriol](https://profiles.wordpress.org/omolinos/) 31 ພຶດສະພາ 2024

Easy to use, nice looking, and superfast to respond to the topics and questions.

![](https://secure.gravatar.com/avatar/e15cd4fadf1e2ad1dc0209bdf2934a9723800d18c5d61ecc0e4c1551d7c7171f?
s=60&d=retro&r=g)

### 󠀁[Works with 6.5.2](https://wordpress.org/support/topic/works-with-6-5-2/)󠁿

 [fivefeathers](https://profiles.wordpress.org/fivefeathers/) 26 ເມສາ 2024

Works as expected on my 6.5.2 installation of WordPress, and is exactly what I was
looking for.

 [ ອ່ານການຣີວິວທັງໝົດ 29 ລາຍການ ](https://wordpress.org/support/plugin/quotes-llama/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Quotes llama” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ oooorgle ](https://profiles.wordpress.org/oooorgle/)

“Quotes llama” ໄດ້ຖືກແປເປັນ 2 ພາສາທ້ອງຖິ່ນ. ຂໍຂອບໃຈ [ທີມງານຜູ້ແປ](https://translate.wordpress.org/projects/wp-plugins/quotes-llama/contributors)
ສຳລັບການປະກອບສ່ວນຂອງເຂົາເຈົ້າ.

[ແປ “Quotes llama” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/quotes-llama)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/quotes-llama/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/quotes-llama/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/quotes-llama/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/quotes-llama/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### Upgrade Notice

 * If you encounter problems, please refer to the Support and Troubleshooting FAQ.
 * [Version History](https://oooorgle.com/downloads/quotes-llama/dev/versions.htm)

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **3.1.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **9 ເດືອນ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **1,000+**
 *  ເວີຊັນ WordPress ** 4.2.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.8.5**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/quotes-llama/), [Spanish (Chile)](https://cl.wordpress.org/plugins/quotes-llama/),
   ແລະ [Spanish (Spain)](https://es.wordpress.org/plugins/quotes-llama/).
 *  [ແປເປັນພາສາຂອງເຈົ້າ](https://translate.wordpress.org/projects/wp-plugins/quotes-llama)
 * ແທັກ
 * [quote](https://lo.wordpress.org/plugins/tags/quote/)[share](https://lo.wordpress.org/plugins/tags/share/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/quotes-llama/advanced/)

## ການໃຫ້ຄະແນນ

 4.6 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 23 ລາຍການ     ](https://wordpress.org/support/plugin/quotes-llama/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 3 ລາຍການ     ](https://wordpress.org/support/plugin/quotes-llama/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/quotes-llama/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/quotes-llama/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/quotes-llama/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/quotes-llama/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/quotes-llama/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ oooorgle ](https://profiles.wordpress.org/oooorgle/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/quotes-llama/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://oooorgle.com/plugins/wp/quotes-llama/)