PHP: What is the difference between split and explode php?
Difference between split and explode php Do you know what is the main difference between split() and explode()? No worries 🙂 , the main difference in split() and explode is the way, it uses to splitting a large string.   Both the functions are used to Split a string. However, Split is used to split a…

Share your WordPress page URL on social networking website by using a simple function
Share your WordPress post on facebook & other social networking website.   If you want to share your WordPress page URL on social networking website, it’s very simple to do. Just place this function in your functions.php file, and call the function where do you want it to show.     You can also use this function in…

Display Recent Blog Posts Outside WordPress
Generally web master uses the WordPress for applying blog on their website.   Below is the code for the getting recent/latest post or list, can be applied to display recent posts outside anywhere in your WordPress website.   The key to use WordPress outside is include the wp-load.php file Once the wp-load.php file is included, the entire wealth of WordPress functions… (3 comments)