This article helps you to install WordPress in your computer/server in simplest way. WordPress requires PHP and MySQL. In case you would like to install WordPress in your computer then you must have to install open source cross-platform web server like XAMPP, WAMP, LAMP etc.
How to Create Shortcode in WordPress
A SIMPLE SHORTCODE The shortcode API works very simply: first you need to create a callback function that will run anytime the shortcode is used; then you need to tie that function to a specific shortcode making it ready for use. The code is frequently placed in the functions.php file, but if you plan on… Continue reading How to Create Shortcode in WordPress