Title: [Plugin: Quotes Collection] Pagination error
Last modified: August 20, 2016

---

# [Plugin: Quotes Collection] Pagination error

 *  Resolved [Pepperfly](https://wordpress.org/support/users/pepperfly/)
 * (@pepperfly)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/)
 * I have 40 quotes. I’m using the following shortcode:
 * `[quotcoll paging=true limit_per_page=6]`
 * The hypothetical URL of the quotes page is:
 * `http://www.mydomain.com/subpage/quotes`
 * Every page link shows:
 * `http://www.mydomain.com/index.php?quotes_page=#`
 * …where # is the page number of the next set of quotes.
 * These links got to my homepage, rather than:
 * `http://www.mydomain.com/subpage/quotes?quotes_page=#`
 * Is there a fix??
 * I see many posts go unanswered for extended periods of time. I hope, I hope, 
   I hope I can get a response to this issue very, very soon. 🙂
 * Thanks.
 * [http://wordpress.org/extend/plugins/quotes-collection/](http://wordpress.org/extend/plugins/quotes-collection/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Jason Paul](https://wordpress.org/support/users/jasontrasaterracom/)
 * (@jasontrasaterracom)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495492)
 * ah, you beat me to this one. I also get the exact same pagination error. Hopefully
   this gets fixed soon.
 *  [Cjcornell2](https://wordpress.org/support/users/cjcornell2/)
 * (@cjcornell2)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495607)
 * same exact problem here!
 *  [Jason Paul](https://wordpress.org/support/users/jasontrasaterracom/)
 * (@jasontrasaterracom)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495608)
 * yikes…a month and no fix. Getting serious (I’ve got some quotes that are getting
   veeerry long on the page and could desperately use some pagination).
 *  [kremerdesign](https://wordpress.org/support/users/kremerdesign/)
 * (@kremerdesign)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495616)
 * Had the same issue, figured it out for me, and will hopefully work for others.
   In the quotes-collection.php file you need to change some of the code.
 * Around line 177 change:
 *     ```
       if($i == $current)
       		$pagenav .= "&nbsp<strong>{$i}</strong>";
       	else if($i == 1)
       		$pagenav .= " <a href=\"{$url}\">{$i}</a>";
       	else
       		$pagenav .= " <a href=\"{$url}{$a}{$paged}={$i}\">{$i}</a>";
       ```
   
 * to:
 *     ```
       if($i == $current)
       		$pagenav .= "&nbsp<strong>{$i}</strong>";
       	else
       		$pagenav .= " <a href=\"?{$paged}={$i}\">{$i}</a>";
       ```
   
 *  [Kevin Ryman](https://wordpress.org/support/users/kevinryman/)
 * (@kevinryman)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495619)
 * I have another pagination error. I have about 50 quotes and they are displayed
   in two pages. However, the page navigation links look like this:
 * Goto page:&nbsp[1](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/?output_format=md#)
   [2](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/?output_format=md#)
 * Just a heads-up.
 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495622)
 * These issues are fixed in version 1.5.5.1. Thanks.
 *  Thread Starter [Pepperfly](https://wordpress.org/support/users/pepperfly/)
 * (@pepperfly)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495623)
 * Thank you [@kremerdesign](https://wordpress.org/support/users/kremerdesign/)!
   Thank you [@srini](https://wordpress.org/support/users/srini/)! 🙂
 *  [marshalp](https://wordpress.org/support/users/marshalp/)
 * (@marshalp)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495624)
 * Is it possible to change the text “Goto page:”?
 * Thanks
    Phil.
 *  [Kevin Ryman](https://wordpress.org/support/users/kevinryman/)
 * (@kevinryman)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495625)
 * Thank you very much, SriniG! I would also would like to be able to change the“
   Goto page:” to something else or at least to “Go to page:” Thanks!
 *  [marjons](https://wordpress.org/support/users/marjons/)
 * (@marjons)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495629)
 * You can change the text of the Goto page in the quotes-collection.php file (on
   line 187, change the text between the ” ” marks)
 * But I’m not really sure if this is the best way to do it, it works anyway.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘[Plugin: Quotes Collection] Pagination error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quotes-collection.svg)
 * [Quotes Collection](https://wordpress.org/plugins/quotes-collection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quotes-collection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quotes-collection/)
 * [Active Topics](https://wordpress.org/support/plugin/quotes-collection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quotes-collection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quotes-collection/reviews/)

 * 10 replies
 * 8 participants
 * Last reply from: [marjons](https://wordpress.org/support/users/marjons/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-quotes-collection-pagination-error/#post-2495629)
 * Status: resolved