hitu165
Forum Replies Created
-
Forum: Hacks
In reply to: How to count number of records found in a database table?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’;
}
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
In reply to: How to create a database table and access it??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
In reply to: Theme DownloadThank you very much keesiemeijer for solving my problem and to guide me.
Now, i will buy a theme legally.Forum: Plugins
In reply to: [Image Watermark] Why watermaterk size changes on different type of imagesGood to know that there is option for such setting.
Can i know which option(name) for such setting..??Forum: Fixing WordPress
In reply to: How to add Home icon in nav menuThanks webbrewers for help but when i delete Home,it shows menu item.
Forum: Themes and Templates
In reply to: How to remove comments recents & archives tabThanks everybody,for comments problem is solved now.