Title: Ryan L's Replies | WordPress.org

---

# Ryan L

  [  ](https://wordpress.org/support/users/ryan-l/)

 *   [Profile](https://wordpress.org/support/users/ryan-l/)
 *   [Topics Started](https://wordpress.org/support/users/ryan-l/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ryan-l/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ryan-l/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ryan-l/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ryan-l/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ryan-l/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unintentional Gallery Triplet (Firefox?)](https://wordpress.org/support/topic/unintentional-gallery-triplet-firefox/)
 *  Thread Starter [Ryan L](https://wordpress.org/support/users/ryan-l/)
 * (@ryan-l)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/unintentional-gallery-triplet-firefox/#post-1589074)
 * Silly me. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List Posts with Certain Tag by Month/Year](https://wordpress.org/support/topic/list-posts-with-certain-tag-by-monthyear/)
 *  [Ryan L](https://wordpress.org/support/users/ryan-l/)
 * (@ryan-l)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/list-posts-with-certain-tag-by-monthyear/#post-1296452)
 * Ah, I guess even if I did get it to work, it wouldn’t matter? It would just reset
   this loop and show the same posts on each page. Is it possible to make this work
   in conjunction with separate pages?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List Posts with Certain Tag by Month/Year](https://wordpress.org/support/topic/list-posts-with-certain-tag-by-monthyear/)
 *  [Ryan L](https://wordpress.org/support/users/ryan-l/)
 * (@ryan-l)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/list-posts-with-certain-tag-by-monthyear/#post-1296451)
 * Hey Emila, for categories you have to specify by ID, or if you want it by name
   you have to use “category_name”. For example:
 *     ```
       'category_name' => 'name_of_your_category',
       'cat' => '1',
       'category__and' => array(1,2,3),
       ```
   
 * MichaelH, I appreciate all this code that you have shared. However, I have a 
   question as well. I want to limit the number of posts displayed (I am using this
   for a gallery), but whenever I try and build a next or prev button they don’t
   work. I am using default code just to test:
 *     ```
       <div class="navigation">
       			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
       			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
       		</div>
       ```
   
 * Thanks.

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