Title: benwake's Replies | WordPress.org

---

# benwake

  [  ](https://wordpress.org/support/users/benwake/)

 *   [Profile](https://wordpress.org/support/users/benwake/)
 *   [Topics Started](https://wordpress.org/support/users/benwake/topics/)
 *   [Replies Created](https://wordpress.org/support/users/benwake/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/benwake/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/benwake/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/benwake/engagements/)
 *   [Favorites](https://wordpress.org/support/users/benwake/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: [php query_posts syntax error (should be very easy:-)](https://wordpress.org/support/topic/php-query_posts-syntax-error-should-be-very-easy/)
 *  Thread Starter [benwake](https://wordpress.org/support/users/benwake/)
 * (@benwake)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/php-query_posts-syntax-error-should-be-very-easy/#post-2694964)
 * I tried with this one, but no luck, he doesn’t apply the category (but applies
   the 4 posts and it removed the syntax error). Somebody? 🙂
 *     ```
       <?php query_posts('category_name='.$options['category_home'].'&posts_per_page=4'); ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] [Plugin: All in One SEO Pack] Use seo keywords as tags](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-use-seo-keywords-as-tags/)
 *  Thread Starter [benwake](https://wordpress.org/support/users/benwake/)
 * (@benwake)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-use-seo-keywords-as-tags/#post-1959276)
 * This is the part that generate the tags in my theme:
 *     ```
       <?php if(get_the_tags()){?>
               <span class="tags clearfix">
       		<?php the_author(); ?> tagged this post with:
               <?php the_tags('', ', ', ' '); ?>
               <span class="alignright"> Read <?php the_author_posts(); ?>  articles by <?php the_author_posts_link(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [NGGallery:open more images than thumbnails](https://wordpress.org/support/topic/nggalleryopen-more-images-than-thumbnails/)
 *  Thread Starter [benwake](https://wordpress.org/support/users/benwake/)
 * (@benwake)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/nggalleryopen-more-images-than-thumbnails/#post-1704346)
 * Thanks for your answer, but that’s exactly the problem I encounter.
    It means
   that a visitor must click on the first thumbnail, watch the 5 pictures, close
   the lightbox, click on the next page, watch the next 5 pictures, etc…
 * If you have 400 pictures in a gallery, a visitor must click 80 times on the next
   page.
 * Is it not possible to open those 400 images in the lightbox popup. Visitors onl
   have to click next then and not close lightbox everytime.
 * Thanks in advance for the answers.

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