Title: hitu165's Replies | WordPress.org

---

# hitu165

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to count number of records found in a database table?](https://wordpress.org/support/topic/how-to-count-number-of-records-found-in-a-database-table/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-count-number-of-records-found-in-a-database-table/#post-5555331)
 * I found a solution myself, just a little change & it works for me.
    //To show
   number of rows in table function DB_Tables_Rows() { global $wpdb; $table_name
   = $wpdb->prefix . ‘mydata’; $count_query = “select count(*) from $table_name”;
   $num = $wpdb->get_var($count_query);
 * $num = $wpdb->num_rows;
 * echo $num . ‘Rows Found’;
 * }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] How to edit custom warning messages](https://wordpress.org/support/topic/how-to-edit-custom-warning-messages/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-edit-custom-warning-messages/#post-5251067)
 * Thanks for the help.
    I will be very thankful if you further help me.In Customize
   Feedback Messages > Errors(Booking could not be created ),below this it is written
   that it will show dynamic list of errors. From where, i can access this dynamic
   list of errors? specially when i am using payment gateway and it shows error:“
   Transaction cannot processed.” Actually i want to add some more text in above
   error message.
 * Please Help Me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a database table and access it??](https://wordpress.org/support/topic/how-to-create-a-database-table-and-access-it/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-create-a-database-table-and-access-it/#post-5186725)
 * Thanks for comments,
    vtxyzzy can you please help me where to insert the code
   from the link you provided, i mean which template file.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Download](https://wordpress.org/support/topic/theme-download-3/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-download-3/#post-5153566)
 * Thank you very much keesiemeijer for solving my problem and to guide me.
    Now,
   i will buy a theme legally.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Watermark] Why watermaterk size changes on different type of images](https://wordpress.org/support/topic/why-watermaterk-size-changes-on-different-type-of-images/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/why-watermaterk-size-changes-on-different-type-of-images/#post-5119933)
 * Good to know that there is option for such setting.
    Can i know which option(
   name) for such setting..??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add Home icon in nav menu](https://wordpress.org/support/topic/how-to-add-home-icon-in-nav-menu/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-add-home-icon-in-nav-menu/#post-5112305)
 * Thanks webbrewers for help but when i delete Home,it shows menu item.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove comments recents & archives tab](https://wordpress.org/support/topic/how-to-remove-comments-recents-archives-tab-1/)
 *  Thread Starter [hitu165](https://wordpress.org/support/users/hitu165/)
 * (@hitu165)
 * [12 years ago](https://wordpress.org/support/topic/how-to-remove-comments-recents-archives-tab-1/#post-4810162)
 * Thanks everybody,for comments problem is solved now.

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