Title: vikrantmca's Replies | WordPress.org

---

# vikrantmca

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Is there any restrictions for the number of records in tablepress?](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/)
 *  Thread Starter [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/#post-4913423)
 * Hi Tobias,
 * Thanks for your support.
 * Regards,
    Vikrant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Is there any restrictions for the number of records in tablepress?](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/)
 *  Thread Starter [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/#post-4913347)
 * Hi Tobias,
 * I have increased the memory limit & it is working now But this page load really
   very slow. Can you help me in this?
 * Thanks,
    Vikrant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Is there any restrictions for the number of records in tablepress?](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/)
 *  Thread Starter [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/#post-4913343)
 * I am getting the following error:
    **Fatal error:** Maximum execution time of
   30 seconds exceeded in /home5/maharas1/public_html/Indianews/wp-content/plugins/
   tablepress/classes/class-render.php on line 896
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Is there any restrictions for the number of records in tablepress?](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/)
 *  Thread Starter [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/#post-4913331)
 * The other pages that uses the another table work fine. You can check it at [http://www.indianewsonweb.com/isd-codes/](http://www.indianewsonweb.com/isd-codes/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Is there any restrictions for the number of records in tablepress?](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/)
 *  Thread Starter [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-restrictions-for-the-number-of-records-in-tablepress/#post-4913330)
 * Hi Tobias,
 * When I tried to access the page where I have placed shortcode [table id=2 /] 
   the page got blank. You can check it at [http://www.indianewsonweb.com/postal-codes/](http://www.indianewsonweb.com/postal-codes/)
 * Thanks,
    Vikrant
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] [Plugin: Multiple Post Thumbnails] More than 2 Thumbs](https://wordpress.org/support/topic/plugin-multiple-post-thumbnails-more-than-2-thumbs/)
 *  [vikrantmca](https://wordpress.org/support/users/vikrantmca/)
 * (@vikrantmca)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-multiple-post-thumbnails-more-than-2-thumbs/#post-1601500)
 * I have used the folllowing code and its works fine for me.
    $thumb2 = new MultiPostThumbnails(
   array( ‘label’ => ‘IInd Image’, ‘id’ => ‘image2’, ‘post_type’ => ‘post’ ) ); 
   add_image_size(‘post-image2-thumbnail’, 260, 195, true);
 * $thumb3 = new MultiPostThumbnails(array(
    ‘label’ => ‘IIIrd Image’, ‘id’ => ‘
   image3’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image3-thumbnail’, 260,
   195, true); $thumb4 = new MultiPostThumbnails(array( ‘label’ => ‘IVth Image’,‘
   id’ => ‘image4’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image4-thumbnail’,
   260, 195, true); $thumb5 = new MultiPostThumbnails(array( ‘label’ => ‘Vth Image’,‘
   id’ => ‘image5’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image5-thumbnail’,
   260, 195, true); $thumb6 = new MultiPostThumbnails(array( ‘label’ => ‘VIth Image’,‘
   id’ => ‘image6’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image6-thumbnail’,
   260, 195, true); $thumb7 = new MultiPostThumbnails(array( ‘label’ => ‘VIIth Image’,‘
   id’ => ‘image7’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image7-thumbnail’,
   260, 195, true); $thumb8 = new MultiPostThumbnails(array( ‘label’ => ‘VIIIth 
   Image’, ‘id’ => ‘image8’, ‘post_type’ => ‘post’ ) ); add_image_size(‘post-image8-
   thumbnail’, 260, 195, true);

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