install and update the wordpress plugins without providing ftp access

install and update the wordpress plugins without providing ftp access

I did so much R&D about installing and updating the wordpress plugin without using ftp access. I got very nice trick to solve this issue. First you need to add the following code in your wp-config.php file. But this is … Continue reading

How to implement the Jquery UI datepicker in wordpress

How to implement the Jquery UI datepicker in wordpress

How can use the Jquery UI in your wordpress theme and plugin using following code. For adding the datepicker in theme you need to just add the following code in functions.php file or plugin. For showing the datepicker control in … Continue reading