Title: garicool's Replies | WordPress.org

---

# garicool

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to make custom posts taxonomy single page ?](https://wordpress.org/support/topic/how-to-make-custom-posts-taxonomy-single-page-1/)
 *  [garicool](https://wordpress.org/support/users/garicool/)
 * (@garicool)
 * [13 years ago](https://wordpress.org/support/topic/how-to-make-custom-posts-taxonomy-single-page-1/#post-3685395)
 *     ```
       <?php get_header();
       $args = array( 'post_type' => 'product', 'posts_per_page' => 10 );
       $loop = new WP_Query( $args );
       while ( $loop->have_posts() ) : $loop->the_post();
       	the_title();
       	echo '<div class="entry-content">';
       	the_content();
       	echo '</div>';
       endwhile;
   
       get_footer(); ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photosmash] [Plugin: PhotoSmash Galleries] Fresh install activation problem](https://wordpress.org/support/topic/plugin-photosmash-galleries-fresh-install-activation-problem/)
 *  [garicool](https://wordpress.org/support/users/garicool/)
 * (@garicool)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-photosmash-galleries-fresh-install-activation-problem/#post-1876879)
 * What is your PHP4 or 5
 * i have the same error on PHP5 and i think the plugin conflict with others plugins

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