To Remove Contact Form 7 scripts elsewhere except the pages using the Contact form 7 copy the below code to…
Useful Tricks
Try adding a button that calls window.print() <input type=”button” value=”Print this page” onClick=”window.print()”> For specific area of a page…
Collect extra customer details at checkout I was digging around in WooCommerce while trying to come up with a…
Below is the code for showing google plus followers. You just need to replace your profile url in data-href <script…
Use this function <?php /* USER-AGENTS================================================== */function check_user_agent ( $type = NULL ) { $user_agent = strtolower ( $_SERVER[‘HTTP_USER_AGENT’] ); …
The code The following code assumes that the data to be exported are stored in a MySQL database, but it…
Do you want to know how to set time zone in mysql ? Use thisSET GLOBAL time_zone = ‘+1:00′” You…
By default most web servers across the internet are configured to treat as PHP files only files that end with…
To update WordPress wp_options table with the new blog location, use the following SQL command: UPDATE wp_options SET option_value =…
C:> mysql -hlocalhost -uroot -proot mysql> SHOW VARIABLES LIKE ‘wait_timeout’; If this is very low (e.g. 30 seconds) then increase…