Latest News
We can create own shortcode by using its predified hooks add_shortcode( 'hello-world', 'techsudhir_hello_world_shortcode' ...
Here we will explain how to replace Urls with links from string Using PHP $string ='Rajiv Uttamchandani is an astrophysicist, human...
Handling timezone conversion with PHP DateTime Create function function convert_to_server_datetime($date, $userTimeZone = 'Americ...
How to create jQuery fadeIn fadeOut Animation Html: <ul> <li class="client-testimonial"><img src="demo1....
Here are simple way to get custom image from URL $imgUrl = 'http://localhost/wptest/wp-content/themes/sydney/images/header.jpg'; ...
How to set varchar primary key field in Mysql Table structure of Users table CREATE TABLE `users` ( `id` varchar(36) NOT NULL DEFAU...
Add Next/Previous links to The Event Calendar Wordpress Plugin Add code to your child theme’s functions.php file /** * Allows visit...
How to use registered_post_type Hook and modify post type registration Create custom post type hook for products inside function.php file...
Here are simple way you can change integer value in number format on key up using jQuery Html Code: <input type="text" name...
A route is a mapping from a url to an object.It handles HTTP client requests. Basic Routing Hope you have install and have basic knowle...
Here are simple steps to create real time notification using NodeJs, Socket.io and Mysql Socket.IO enables real-time bidirectional event...
How to Implement CRUD in Node.js With MySQL In this post, we are going to create a simple CRUD application in Node.js with MySQL as the d...