Title: ihoti2001's Replies | WordPress.org

---

# ihoti2001

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Changing the order/priority of single-product tabs (Full-proof?)](https://wordpress.org/support/topic/changing-the-orderpriority-of-single-product-tabs-full-proof/)
 *  [ihoti2001](https://wordpress.org/support/users/ihoti2001/)
 * (@ihoti2001)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/changing-the-orderpriority-of-single-product-tabs-full-proof/#post-3737061)
 *     ```
       add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
       function woo_reorder_tabs( $tabs ) {
   
       	$tabs['reviews']['priority'] = 5;			// Reviews first
       	$tabs['description']['priority'] = 10;			// Description second
       	$tabs['additional_information']['priority'] = 15;	// Additional information third
   
       	return $tabs;
       }
       ```
   
 * Could this be your solution?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hatch] [Theme: Hatch] 3.4 breaks pagination](https://wordpress.org/support/topic/theme-hatch-34-breaks-pagination/)
 *  [ihoti2001](https://wordpress.org/support/users/ihoti2001/)
 * (@ihoti2001)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-hatch-34-breaks-pagination/#post-2867814)
 * never mind, fixed!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hatch] [Theme: Hatch] 3.4 breaks pagination](https://wordpress.org/support/topic/theme-hatch-34-breaks-pagination/)
 *  [ihoti2001](https://wordpress.org/support/users/ihoti2001/)
 * (@ihoti2001)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-hatch-34-breaks-pagination/#post-2867813)
 * Hi Dave,
    You seem to have sorted your pagination problem in your Hatch them.
   How did you accomplish this? Can you share your knowledge please.
 * Many thanks
    Ilir
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Minimatica] how to show images on homepage](https://wordpress.org/support/topic/theme-minimatica-how-to-show-images-on-homepage/)
 *  [ihoti2001](https://wordpress.org/support/users/ihoti2001/)
 * (@ihoti2001)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/theme-minimatica-how-to-show-images-on-homepage/page/3/#post-2118821)
 * Hi guys,
    In Minimatica can anybody tell me how I display the post thumnails (
   featured image) of say 24 posts to show in a grid like display fashion on the
   front page of my website? I cannot for the life of me figure out how to do this.
   Thanks in advance.

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